BlockstreamResearch / simfony

Rust-like high-level language that compiles down to Simplicity bytecode. Work in progress.
19 stars 6 forks source link

Add List Fold #22

Closed uncomputable closed 4 months ago

uncomputable commented 5 months ago

Fold lists using a function that works on single list elements and an accumulator. The fold returns the final accumulator as output.

Depends on #23 and #24