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
Yes, this seems like a great feature to support and not too difficult to add! We'd just have to keep track of whether we are currently at the top-level or in a nested position when compiling a type, and generate explicit foralls when required.
For example, this agda code:
generates the following haskell code, which fails to compile
rather than the correct
The text was updated successfully, but these errors were encountered: