Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumieval/membership
Type level membership
https://github.com/fumieval/membership
Last synced: 29 days ago
JSON representation
Type level membership
- Host: GitHub
- URL: https://github.com/fumieval/membership
- Owner: fumieval
- License: bsd-3-clause
- Created: 2019-04-21T13:50:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T11:41:20.000Z (over 3 years ago)
- Last Synced: 2023-10-15T17:09:57.922Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# membership
This package provides classes for membership of type level lists which can be
applied to extensible records, variants and effects. Handling memberships
explicitly as a datatype, rather than by constraints, makes it much more
manageable to work with.