mikeizbicki / typeparams
Lens-like interface for type level parameters; allows unboxed unboxed vectors and supercompilation
☆41Updated 9 years ago
Related projects ⓘ
Alternatives and complementary repositories for typeparams
- A hack to find types in Haskell codebases☆11Updated 9 years ago
- Various type-aligned sequence data structures.☆20Updated 3 years ago
- Code to go along with the blog post "Are Mutable References in Haskell Fast?"☆10Updated 7 years ago
- A faster date and time library based on time☆46Updated last year
- ST with efficient exceptions☆20Updated 8 years ago
- keyed functors☆22Updated 4 months ago
- Monad and transformer for deferred-effect pure prompt-response queries☆12Updated 5 years ago
- This will, one day, be a Haskell implementation of Cap'n Proto.☆11Updated 8 years ago
- A RWS like monad without the slow writer stuff☆12Updated last year
- Pure Haskell client for the Mandrill JSON API☆17Updated 3 weeks ago
- A monadic DSL for simple configuration parsing☆24Updated last year
- Composable monadic short-circuiting streaming folds☆19Updated 6 years ago
- Stricter drop in replacements for WriterT and RWST☆11Updated last year
- Expands type synonyms in Template Haskell ASTs☆11Updated 7 months ago
- Exhaustive pattern matching using lenses, traversals, and prisms☆32Updated 2 years ago
- Experimental implementation of generic record subtyping☆18Updated 6 months ago
- An experimental intermediate language for GHC☆37Updated 7 years ago
- Source Layouting Engine☆11Updated 3 years ago
- Provides free functors that are adjoint to functors that forget class constraints.☆27Updated 2 months ago
- Monad transformers for combining local and global state with backtracking/backjumping/continuations☆12Updated 8 years ago
- Deep evaluation of data structures without NFData☆11Updated 9 years ago
- Folds for recursive types with GHC Generics☆26Updated 4 years ago
- van Laarhoven Free Monad with Extensible Effects