Skip to content

Inline liftEq for IntMap #1112

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

Merged
merged 1 commit into from
Feb 23, 2025
Merged

Conversation

meooow25
Copy link
Contributor

So that GHC can optimize it for known functions such as in sameKeys = liftEq (\_ _ -> True).

Fixes #546.

So that GHC can optimize it for known functions such as in
`sameKeys = liftEq (\_ _ -> True)`.
@meooow25 meooow25 merged commit cd4bc05 into haskell:master Feb 23, 2025
13 checks passed
@meooow25 meooow25 deleted the intmap-inline-lifteq branch February 23, 2025 08:00
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.

Optimize certain liftEq cases
1 participant