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

Clean up API (#43), replaces #44 #48

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Clean up API (#43), replaces #44 #48

wants to merge 4 commits into from

Conversation

andreasabel
Copy link
Member

Clean up API (fixes #43, replaces #44).

@andreasabel andreasabel added this to the 1.4.0.0 milestone Jul 18, 2022
@andreasabel andreasabel added the re: API Concerning the exported API label Jul 18, 2022
@andreasabel andreasabel force-pushed the api-cleanup branch 2 times, most recently from 740e494 to b192bc2 Compare July 18, 2022 21:26
Instead of `Maybe . Set` just have `Set`, collapsing the two null
values `Nothing` and `Just mempty`.  The distinction of these wasn't
used anywhere.

We drop GHC 7.4 in favor of using LambdaCase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
re: API Concerning the exported API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up exports, removing auxiliary functions from the API
1 participant