Pinned Repositories
conduit-find
exceptT-demo
A demo of the usage of Haskell's ExceptT monad transformer
ghc-llvm-next
Build scripts and patches to build GHC git HEAD against LLVM git HEAD (ie next version of llvm)
haskell-big-integer-experiment
An experiment in re-implementing big integers in Haskell.
hjsmin
Haskell version of jsmin js minifier
http-proxy
A Haskell library for writing HTTP and HTTPS proxies.
jenga
Generate a cabal freeze file from a stack.yaml
language-javascript
Parser for JavaScript, in Haskell
vector-algorithms
wide-word
A haskell library providing Word128 and Int128 types
erikd's Repositories
erikd/vector-algorithms
erikd/wide-word
A haskell library providing Word128 and Int128 types
erikd/aeson
A fast Haskell JSON library
erikd/attoparsec
A fast Haskell library for parsing ByteStrings
erikd/bifunctors
Haskell 98 bifunctors, bifoldables and bitraversables
erikd/brick
A declarative Unix terminal UI library written in Haskell
erikd/cabal
Official upstream development repository for Cabal and cabal-install
erikd/cardano-drep
My Cardano DREP information
erikd/cborg
Binary serialisation in the CBOR format
erikd/constraints-extras
Convenience functions and template haskell for working with constraints
erikd/deriving-compat
Backports of GHC deriving extensions
erikd/ekg-core
Library for tracking system metrics
erikd/ekg-json
JSON encoding of ekg metrics
erikd/haskell-hedgehog
Hedgehog will eat all your bugs.
erikd/Haskell-Pipes-Safe-Library
Safety for the pipes ecosystem
erikd/io-sim
Haskell's IO simulator which closely follows core packages (base, async, stm).
erikd/lens
Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens
erikd/libsystemd-journal
Haskell bindings to libsystemd-journal
erikd/microlens
A lightweight (but compatible with ‘lens’) lenses library
erikd/monoidal-containers
Maps using values' monoidal structure during merging
erikd/plutus-tx-template
This is a template repository for kickstarting your plutus-tx smart contract project. Please refer to the README.md for more information.
erikd/recursion-schemes
Generalized bananas, lenses and barbed wire
erikd/size-based
A framework for size-based enumerations
erikd/text
Haskell library for space- and time-efficient operations over Unicode text.
erikd/text-short
Memory-efficient representation of Unicode text strings
erikd/th-abstraction
Uniform interface to reified data type information via Template Haskell
erikd/universe
Classes for types where we know all the values
erikd/unordered-containers
Efficient hashing-based container types
erikd/vector
An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
erikd/vector-th-unbox
Deriver for unboxed vectors using Template Haskell