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
Needs to be restricted to Hindley-Milner power or less.
Full H-M is probably the way to go.
Will always need type annotations on record projections and sum constructors, as they're naturally ambiguous. Frontend can inject them easily.
The text was updated successfully, but these errors were encountered:
Moving to v2 as (afaik) this is only needed for internal simplification and hypothetical scenarios
Sorry, something went wrong.
Added Forall and explicit instance constraints in #238
Forall
Missing implicit instance handling for user-provided type signatures, need to figure out generalise in a way that doesn't break everything
generalise
No branches or pull requests
Needs to be restricted to Hindley-Milner power or less.
Full H-M is probably the way to go.
Will always need type annotations on record projections and sum constructors, as they're naturally ambiguous. Frontend can inject them easily.
The text was updated successfully, but these errors were encountered: