We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While langspec.md is stating
langspec.md
Function `f` is constrained to be of the form `x => x.someProperty`, otherwise it is illegal.
for flatMap on collections, there is no such restrictions since JIT.
flatMap
To clean outdated things up here in regards with flatMap semantics post-JIT change, following steps are needed:
checkValidFlatmap
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While
langspec.md
is statingfor
flatMap
on collections, there is no such restrictions since JIT.To clean outdated things up here in regards with
flatMap
semantics post-JIT change, following steps are needed:langspec.md
checkValidFlatmap
used in tests only now https://github.com/ScorexFoundation/sigmastate-interpreter/blob/efa68e7079393d70d25d43dd63dfba9a18d03415/data/shared/src/main/scala/sigma/ast/methods.scala#L781The text was updated successfully, but these errors were encountered: