https://github.com/fumieval/membership
Type level membership
https://github.com/fumieval/membership
Last synced: about 1 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T11:41:20.000Z (over 5 years ago)
- Last Synced: 2025-03-27T19:11:17.900Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
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.