This PR makes use of a stack of free variables to allow for nested application of higher-order functions such as fold or map.
PR checklist:
[x] Test coverage for the proposed changes
[x] PR description contains example output from repl interaction or a snippet from unit test output
[x] Documentation has been updated if new natives or FV properties have been added. To generate new documentation, issue cabal run tests. If they pass locally, docs are generated.
Addresses #1250
This PR makes use of a stack of free variables to allow for nested application of higher-order functions such as
fold
ormap
.PR checklist:
cabal run tests
. If they pass locally, docs are generated.pact -t
), make sure pact-lsp is in sync.Additionally, please justify why you should or should not do the following: