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

Small optimizations around Dhall.Map and Dhall.Set #1568

Merged
merged 2 commits into from
Nov 23, 2019

Conversation

sjakobi
Copy link
Collaborator

@sjakobi sjakobi commented Nov 22, 2019

While looking at some core I noticed that null for Dhall.Map used
the default foldr-based definition. I fixed that and added a few
more small optimizations.

dhall/src/Dhall/Set.hs Outdated Show resolved Hide resolved
dhall/src/Dhall/Set.hs Outdated Show resolved Hide resolved
While looking at some core I noticed that `null` for Dhall.Map used
the default `foldr`-based definition. I fixed that and added a few
more small optimizations.
@mergify mergify bot merged commit 1abcffa into master Nov 23, 2019
@mergify mergify bot deleted the sjakobi/small-optimizations branch November 24, 2019 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants