aische / typelevel-examplesLinks
Haskell Type Level Example Programs
☆29Updated 7 years ago
Alternatives and similar repositories for typelevel-examples
Users that are interested in typelevel-examples are comparing it to the libraries listed below
Sorting:
- Demonstration for how to build "traverse" using GHC.Generics efficiently☆22Updated 6 years ago
- An implementation of the Haskell ByteString library using the Fiat system from MIT☆34Updated 3 years ago
- rewrite rules for type-level equalities☆62Updated last year
- Maps using values' monoidal structure during merging☆42Updated 2 months ago
- Omit fields for instance deriving☆37Updated 5 years ago
- being a thing I build on a Saturday☆28Updated 7 years ago
- Using Backpack to abstract over the main Haskell streaming libraries.☆34Updated 7 years ago
- Tools for functors from Hask^k to Hask☆23Updated 5 years ago
- being the emperor of Mongo, but also a verb☆15Updated 6 years ago
- An experimental intermediate language for GHC☆36Updated 7 years ago
- Overloaded plugin☆30Updated last year
- Exhaustive pattern matching using lenses, traversals, and prisms☆32Updated 2 years ago
- A GHC plugin and library for analysing GHC Core☆54Updated 4 months ago
- Kleene algebra, regular expressions☆32Updated last year
- experimenting with unlifted classes via backpack☆36Updated 2 years ago
- Type-level sets for Haskell (with value-level counterparts and various operations)☆66Updated last year
- Dual Traversable