mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
c85b2e2fbf
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). |
||
---|---|---|
.. | ||
air-parser | ||
execution-info-collector | ||
interpreter-data | ||
interpreter-interface | ||
lambda | ||
log-targets | ||
polyplets | ||
test-utils | ||
trace-handler | ||
utils |