dorchard / type-level-sets
Type-level sets for Haskell (with value-level counterparts and various operations)
☆66Updated last year
Alternatives and similar repositories for type-level-sets:
Users that are interested in type-level-sets are comparing it to the libraries listed below
- ☆54Updated 6 years ago
- ☆45Updated 3 years ago
- rewrite rules for type-level equalities☆62Updated 11 months ago
- A library for generic programming that aims to be easy to understand☆26Updated 3 weeks ago
- Zippers based on lenses and traversals☆39Updated last year
- Standard module for type-level programming in Haskell☆31Updated 5 years ago
- Proposals for the Haskell Ecosystem☆51Updated 6 years ago
- Monad Transformers and Classes☆77Updated 5 years ago
- Haskell: Supercharged anonymous records☆83Updated 2 years ago
- Generic data types in Haskell, utilities for GHC.Generics☆45Updated 3 months ago
- First-class type families☆87Updated 7 months ago
- Demonstration for how to build "traverse" using GHC.Generics efficiently☆22Updated 6 years ago
- Hedgehog will eat your typeclass bugs☆56Updated 3 weeks ago
- Easy bidirectional serialization in Haskell☆50Updated 6 years ago
- Exhaustive pattern matching using lenses, traversals, and prisms☆32Updated 2 years ago
- Maps using values' monoidal structure during merging☆42Updated last week
- Type-safe error handling☆64Updated last year
- Demonstrating comonad transformers.