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
Partially applied variant constructors will panic with Constructor x is not fully applied' in the compiler. This should either be an error during typechecking (easy) or be rewritten into a lambda (hard)
Reproduction
Type Some into the repl.
The text was updated successfully, but these errors were encountered:
Ideally partially applied constructors should be compiled into an automatically generated lambda but until then we should at least not panic when encountering one.
Fixesgluon-lang#202
Partially applied variant constructors will panic with Constructor x is not fully applied' in the compiler. This should either be an error during typechecking (easy) or be rewritten into a lambda (hard)
Reproduction
Type
Some
into the repl.The text was updated successfully, but these errors were encountered: