More complex cases will fail #20
Labels
bug
Something isn't working
help wanted
Extra attention is needed
question
Further information is requested
Some known cases and workaround:
When a let binding LHS symbol is a denoting mutable shared variable.
workaround: currently, do not mutate a free variable, or box it in
Ref
orCore.Box
:Generators
workaround: do not use generator syntax, try to abstract it outside:
The text was updated successfully, but these errors were encountered: