nfrisby / invariant-functorsLinks
the 'invariant' Haskell package for invariant functors
☆16Updated 4 months ago
Alternatives and similar repositories for invariant-functors
Users that are interested in invariant-functors are comparing it to the libraries listed below
Sorting:
- Rust-style strict Maybe in Haskell: no space/indirection overhead.☆18Updated last year
- Provides Data.Void, which is in base since ghc 7.8 or so☆19Updated 3 years ago
- Maps using values' monoidal structure during merging☆42Updated 3 months ago
- Compile-time checking for partial smart-constructors☆20Updated 2 years ago
- Type level lists, pairs, sums, their operations, and their properties.☆24Updated 6 years ago
- Uniform interface to reified data type information via Template Haskell☆21Updated 4 months ago
- Extensible type-safe unions for Haskell☆34Updated 4 months ago
- Exhaustive pattern matching using lenses, traversals, and prisms☆32Updated 2 years ago
- Library and tool for parsing .eventlog files from GHC☆33Updated 4 months ago
- multiset haskell package☆19Updated last year
- keyed functors☆22Updated 4 months ago
- ST with efficient exceptions☆20Updated 8 years ago
- Performance shootout of various trie implementations☆18Updated 6 years ago
- Fast ByteString Builder☆21Updated 4 months ago
- Sort any Traversable container☆41Updated 3 years ago
- Some useful control operators for looping☆47Updated 5 years ago
- United Monoids☆24Updated 2 years ago
- Operational-style Applicative, Alternative, Monad and MonadPlus, using free monads.☆25Updated 8 years ago
- Fast unboxed references for ST and IO monad☆15Updated 8 years ago
- Map and Set over contiguous memory☆21Updated last year
- high-level stream sockets in haskell☆17Updated 3 weeks ago
- Derive KnownNat constraints from other KnownNat constraints☆14Updated 4 months ago
- Various type-aligned sequence data structures.☆20Updated 3 years ago
- An applicative monad that batches commands for later more efficient execution☆27Updated 7 years ago
- A GHC type checker plugin for row types