aquavm/crates
Mike Voronov c85b2e2fbf
feat(execution-engine): change behaviour of fold over streams (#340)
feat(execution-engine): change behaviour of fold over streams

Change behaviour of fold over streams to make it more similar to pi-calculus channels/names (for more info see #333).

Closes #333.

BREAKING CHANGE:

The new stream behaviour is not compatible with old one, such as
```
(fold $stream iterator
   (seq
       (call ...)
       (next iterator)))
```
will never end after this change (for more info again see #333).
2022-09-28 22:03:54 +03:00
..
air-lib feat(execution-engine): change behaviour of fold over streams (#340) 2022-09-28 22:03:54 +03:00
beautifier wasm-air-beautify WASM module (#325) 2022-09-19 19:31:12 +07:00
data-store chore: release (#329) 2022-09-13 19:08:47 +03:00
interpreter-wasm Update all non-major Rust dependencies (#309) 2022-09-07 12:10:07 +03:00
testing-framework Update all non-major Rust dependencies (#323) 2022-09-13 19:03:18 +03:00