Pinned Repositories
compact-sequences
Stacks and queues with compact representations
containers
Assorted concrete container types
ghc-call-stack-extras
Extra utilities for working with HasCallStack
kinder-functor
An alternate definition of Haskell's Functor typeclass
lazify
Utilities for lazifying types in Haskell
sort-traversable
Sort any Traversable container
stm-queues
Experimental TQueue variants
traverse-code
Simple generic utilities for traversing with Template Haskell
treeowl's Repositories
treeowl/roles
An alternative, composable model of RoleAnnotations via type classes
treeowl/lens
Lenses, Folds, and Traversals - Join us on freenode #haskell-lens
treeowl/optics
Optics as an abstract interface
treeowl/indexed-traversable
FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
treeowl/intern
Hash consing for arbitrary Haskell data types
treeowl/logict-sequence
A variation of the LogicT monad with better asymptotics from the Reflection without Remorse paper
treeowl/haskell-backend
The symbolic execution engine powering the K Framework
treeowl/recursion-schemes
Generalized bananas, lenses and barbed wire
treeowl/tries
treeowl/Vinyl
Extensible Records for Haskell. Pull requests welcome! Come visit us on #vinyl on freenode.
treeowl/th-utilities
Collection of useful functions for use with Template Haskell
treeowl/haskell-decision-diagrams
Binary decision diagrams (BDD) and Zero-Suppressed Binary Decision Diagrams (ZDD) in Haskell
treeowl/generic-data
Generic data types in Haskell, utilities for GHC.Generics
treeowl/pipes-ghc-events
Compositional pipelines for parsing .eventlog files
treeowl/sort-traversable
Sort any Traversable container
treeowl/fmt
New formatting library
treeowl/universum
:milky_way: Prelude written in @Serokell
treeowl/Chesskell
treeowl/deriving-trans
Derive Instances for Monad Transformer Stacks
treeowl/ghc-proposals
Proposed compiler and language changes for GHC and GHC/Haskell
treeowl/servant-util
Servant servers utilities
treeowl/typerep-map
⚡️Efficient implementation of Map with types as keys
treeowl/staged-gg
Staged GHC.Generics
treeowl/traverse-code
Simple generic utilities for traversing with Template Haskell
treeowl/scientific
Arbitrary-precision floating-point numbers represented using scientific notation
treeowl/slides
Slides from talks that I give
treeowl/th-lift-instances
Lift instances for common haskell data types
treeowl/bytestring
An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
treeowl/strict-concurrency
Strict versions of concurrency primitives
treeowl/Base16