Skip to content

Slimming down Data.Char #1488

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

Closed
JacquesCarette opened this issue Apr 25, 2021 · 1 comment
Closed

Slimming down Data.Char #1488

JacquesCarette opened this issue Apr 25, 2021 · 1 comment
Labels
dependencies library-design question status: duplicate The main contents of the issue or PR already exists in another issue or PR.

Comments

@JacquesCarette
Copy link
Contributor

Like with Data.Bool, this does

open import Data.Char.Properties
  using (_≈?_; _≟_; _<?_; _≤?_; _==_) public

where Data.Char.Properties has a large set of dependencies, but those few imports do not.

@MatthewDaggitt
Copy link
Contributor

Most Data.X modules follow this pattern, not just Char and Bool. Only need one issue to discuss this design so I'm going to close this and let the discussion happen in #1487

@MatthewDaggitt MatthewDaggitt added dependencies library-design question status: duplicate The main contents of the issue or PR already exists in another issue or PR. labels Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies library-design question status: duplicate The main contents of the issue or PR already exists in another issue or PR.
Projects
None yet
Development

No branches or pull requests

2 participants