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/unfork
Make any action thread safe
typeclasses/invert
Automatically generate a function’s inverse
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/options
Powerful and easy command-line option parser
typeclasses/either-list-functions
Functions involving lists of Either
typeclasses/grab
typeclasses/systemd-socket-activation
Let systemd bind the server's socket for you
typeclasses/hedgehog-optics
Hedgehog properties for optics laws
typeclasses/lazy-async
Asynchronous actions that don't start right away
typeclasses/nat-optics
Refinement types for natural numbers with an optics interface
typeclasses/quaalude
A minimal Prelude alternative containing only what is truly needed by the vast majority of modules
typeclasses/chell
A quiet test runner for Haskell
typeclasses/colour-text
Provides functions to render and parse color values as text
typeclasses/data-forest
A simple multi-way tree data structure
typeclasses/monads-tf
Monad classes, using type families
typeclasses/ascii-case
ASCII letter case
typeclasses/ascii-caseless
ASCII character without an upper/lower case distinction
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/aws-secrets
typeclasses/integer-types
Integer, Natural, and Positive
typeclasses/pretty-html
An HTML-building library that gives you some control over how the HTML is rendered, to produce human-readable results.
typeclasses/var-monad
The VarMonad typeclass, generalizing types of references