You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module defs can have effects, so it should be possible to annotate them with their effects.
This annotation should mean that lambdas at the top level of the file have inferred effects (see #294). It should also probably require all declarations in the file to be effect-annotated (see #293).
The text was updated successfully, but these errors were encountered:
module defs can have effects, so it should be possible to annotate them with their effects.
This annotation should mean that lambdas at the top level of the file have inferred effects (see #294). It should also probably require all declarations in the file to be effect-annotated (see #293).
The text was updated successfully, but these errors were encountered: