Pinned Repositories
aws-cloudfront-signed-cookies
Generate signed cookies for AWS CloudFront
haskell-phrasebook
The Haskell Phrasebook: a quick intro to Haskell via small annotated example programs
haskell-report-archive
A collection of old versions of the Haskell Report
hs-nix-modules
Generates a Nix file that summarizes your Haskell source files and their imports
leanpub
Haskell client for the Leanpub API
loc
Types representing line and column positions and ranges in text files
partial-semigroup
A partial binary associative operator (appendMaybe :: a → a → Maybe a)
stripe
Haskell libraries for working with the Stripe API
typeclasses-projects
Supplementary code for Type Classes projects
unfork
Make any action thread safe
Type Classes's Repositories
typeclasses/stripe
Haskell libraries for working with the Stripe API
typeclasses/partial-semigroup
A partial binary associative operator (appendMaybe :: a → a → Maybe a)
typeclasses/loc
Types representing line and column positions and ranges in text files
typeclasses/path-text-utf8
Trivial integration of the "path" and "text" packages, providing convenient functions to read and write UTF-8 text files
typeclasses/ascii
The ASCII character set and encoding
typeclasses/aws-cloudfront-signed-cookies
Generate signed cookies for AWS CloudFront
typeclasses/hex-text
Encode a ByteString as a hexidecimal Text value, or decode hexidecimal Text as a ByteString.
typeclasses/invert
Automatically generate a function’s inverse
typeclasses/options
Powerful and easy command-line option parser
typeclasses/d10
Digits 0-9
typeclasses/one-line-aeson-text
Pretty-printing short Aeson values as text
typeclasses/hedgehog-optics
Hedgehog properties for optics laws
typeclasses/quaalude
A minimal Prelude alternative containing only what is truly needed by the vast majority of modules
typeclasses/the-turtle-protocol
typeclasses/chell
A quiet test runner for Haskell
typeclasses/data-forest
A simple multi-way tree data structure
typeclasses/monads-tf
Monad classes, using type families
typeclasses/xturtle-demonstration
typeclasses/ascii-char
A Char type representing an ASCII character
typeclasses/ascii-group
ASCII character groups: Print and Control
typeclasses/ascii-numbers
ASCII representations of numbers
typeclasses/ascii-predicates
Various categorizations of ASCII characters
typeclasses/ascii-superset
Representing ASCII with refined supersets
typeclasses/ascii-th
Template Haskell support for ASCII
typeclasses/cookie-tray
typeclasses/fraction-optic-demo
typeclasses/hasherize
Hash digests for files and directories
typeclasses/integer-types
Integer, Natural, and Positive
typeclasses/partial-semigroup-hedgehog
typeclasses/var-monad
The VarMonad typeclass, generalizing types of references