Skip to content
New issue

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

Improved type reduction #9

Merged
merged 2 commits into from
Jul 30, 2012
Merged

Improved type reduction #9

merged 2 commits into from
Jul 30, 2012

Conversation

Oblosys
Copy link
Contributor

@Oblosys Oblosys commented Jul 30, 2012

Type reduction now handles multiple arguments, so hovering over empty :: Map Char Int shows the correct type Map Char Int, rather than forall k a. Map k a Char Int. The new reducer also removes class constraints without free variables so we don't get things like Ord Char => Map Char Int anymore.

JPMoresmau added a commit that referenced this pull request Jul 30, 2012
@JPMoresmau JPMoresmau merged commit 3c21560 into JPMoresmau:master Jul 30, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants