An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by typeclasses

A curated list of projects in awesome lists by typeclasses .

https://github.com/typeclasses/haskell-phrasebook

The Haskell Phrasebook: a quick intro to Haskell via small annotated example programs

haskell haskell-learning

Last synced: 09 Jan 2026

https://github.com/typeclasses/typeclasses-projects

Supplementary code for Type Classes projects

Last synced: 23 Sep 2025

https://github.com/typeclasses/stripe

Haskell libraries for working with the Stripe API

haskell haskell-library scotty stripe stripe-api wreq

Last synced: 09 Apr 2025

https://github.com/typeclasses/partial-semigroup

A partial binary associative operator (appendMaybe :: a → a → Maybe a)

algebraic-structures haskell haskell-library partial-semigroup semigroup

Last synced: 11 Dec 2025

https://github.com/typeclasses/loc

Types representing line and column positions and ranges in text files

haskell haskell-library text

Last synced: 31 Jul 2025

https://github.com/typeclasses/unfork

Make any action thread safe

concurrency haskell haskell-library

Last synced: 31 Jul 2025

https://github.com/typeclasses/assoc-list

An association list conceptually signifies a mapping, but is represented as a list (of key-value pairs)

association-list haskell haskell-library

Last synced: 31 Jul 2025

https://github.com/typeclasses/hs-nix-modules

Generates a Nix file that summarizes your Haskell source files and their imports

Last synced: 31 Jul 2025

https://github.com/typeclasses/leanpub

Haskell client for the Leanpub API

haskell haskell-library leanpub leanpub-api wreq

Last synced: 24 Aug 2025

https://github.com/typeclasses/path-text-utf8

Trivial integration of the "path" and "text" packages, providing convenient functions to read and write UTF-8 text files

filesystem haskell haskell-library path text utf-8

Last synced: 31 Jul 2025

https://github.com/typeclasses/emily

bucket for lowering tweets to children

Last synced: 23 Oct 2025

https://github.com/typeclasses/options

Powerful and easy command-line option parser

command-line-parser haskell haskell-library

Last synced: 31 Jul 2025

https://github.com/typeclasses/dsv

DSV (delimiter-separated values)

csv delimiter-separated-fields haskell haskell-library

Last synced: 31 Jul 2025

https://github.com/typeclasses/ascii

The ASCII character set and encoding

ascii haskell haskell-library

Last synced: 26 Apr 2025

https://github.com/typeclasses/hex-text

Encode a ByteString as a hexidecimal Text value, or decode hexidecimal Text as a ByteString.

haskell haskell-library hexidecimal serialization text

Last synced: 23 Apr 2025

https://github.com/typeclasses/invert

Automatically generate a function’s inverse

functions haskell haskell-library

Last synced: 31 Jul 2025

https://github.com/typeclasses/environment-variables

Working with system environment variables

Last synced: 14 Jul 2025

https://github.com/typeclasses/fractal-sets

Escape-time fractals created with Haskell and GD.

fractals haskell

Last synced: 31 Jul 2025

https://github.com/typeclasses/foldl-exceptions

Exception handling with FoldM

haskell haskell-library

Last synced: 31 Jul 2025

https://github.com/typeclasses/systemd-socket-activation

Let systemd bind the server's socket for you

haskell haskell-library socket-activation systemd

Last synced: 21 Jun 2025

https://github.com/typeclasses/either-list-functions

Functions involving lists of Either

haskell haskell-library

Last synced: 15 Apr 2025

https://github.com/typeclasses/memfd

Open temporary anonymous Linux file handles

haskell haskell-library linux memfd

Last synced: 31 Jul 2025

https://github.com/typeclasses/supply-chain

Composable request-response pipelines

haskell haskell-library streaming

Last synced: 31 Jul 2025

https://github.com/typeclasses/one-line-aeson-text

Pretty-printing short Aeson values as text

aeson haskell haskell-library json

Last synced: 05 Jul 2025

https://github.com/typeclasses/dirty

A script for checking the status of all your local git repositories

Last synced: 27 Mar 2025

https://github.com/typeclasses/d10

Digits 0-9

haskell haskell-library

Last synced: 26 Oct 2025

https://github.com/typeclasses/nat-optics

Refinement types for natural numbers with an optics interface

haskell haskell-library integers optics

Last synced: 31 Jul 2025

https://github.com/typeclasses/caboodle

A variety of collections

Last synced: 27 Mar 2025

https://github.com/typeclasses/quaalude

A minimal Prelude alternative containing only what is truly needed by the vast majority of modules

haskell haskell-library prelude

Last synced: 13 Apr 2025

https://github.com/typeclasses/aeson-decode

Easy functions for converting from Aeson.Value

haskell haskell-library json

Last synced: 17 Jul 2025

https://github.com/typeclasses/step

Last synced: 27 Mar 2025

https://github.com/typeclasses/happy-hour

Generate basic bar plot SVG files

bar-plots haskell haskell-library

Last synced: 21 Sep 2025

https://github.com/typeclasses/scotty-path-normalizer

Scotty action to redirect to a normalized path (remove trailing slash, "..", etc.)

haskell haskell-library http-server

Last synced: 31 Jul 2025

https://github.com/typeclasses/hedgehog-optics

Hedgehog properties for optics laws

haskell haskell-library optics property-testing

Last synced: 31 Jul 2025

https://github.com/typeclasses/lazy-async

Asynchronous actions that don't start right away

concurrency haskell haskell-library

Last synced: 14 Apr 2025

https://github.com/typeclasses/data-forest

A simple multi-way tree data structure

data-structure forest haskell-library tree

Last synced: 15 Oct 2025

https://github.com/typeclasses/supply-next

Supply-chain interface for basic streaming

haskell haskell-library streaming

Last synced: 27 Mar 2025

https://github.com/typeclasses/hash-addressed-cli

A command-line interface for maintaining a directory wherein each file's name is a hash of its content

command-line-interface content-addressable-storage filesystem hash haskell haskell-exe

Last synced: 19 Oct 2025

https://github.com/typeclasses/monads-tf

Monad classes, using type families

haskell haskell-library monad-transformers type-families

Last synced: 31 Jul 2025

https://github.com/typeclasses/colour-text

Provides functions to render and parse color values as text

Last synced: 27 Mar 2025

https://github.com/typeclasses/ascii-char

A Char type representing an ASCII character

ascii haskell haskell-library

Last synced: 27 Mar 2025

https://github.com/typeclasses/attoparsec-run

Conveniently run Attoparsec parsers

haskell haskell-library parsing

Last synced: 27 Mar 2025

https://github.com/typeclasses/ascii-th

Template Haskell support for ASCII

ascii haskell haskell-library quasi-quotations template-haskell

Last synced: 23 Oct 2025

https://github.com/typeclasses/ascii-predicates

Various categorizations of ASCII characters

ascii haskell haskell-library

Last synced: 27 Mar 2025

https://github.com/typeclasses/ascii-superset

Representing ASCII with refined supersets

ascii haskell haskell-library

Last synced: 27 Mar 2025

https://github.com/typeclasses/ascii-group

ASCII character groups: Print and Control

ascii haskell haskell-library

Last synced: 27 Mar 2025

https://github.com/typeclasses/var-monad

The VarMonad typeclass, generalizing types of references

haskell haskell-library

Last synced: 27 Mar 2025

https://github.com/typeclasses/pro-abstract

Abstract syntax for a language for writing documents

haskell haskell-library text

Last synced: 08 Jul 2025

https://github.com/typeclasses/integer-types

Integer, Natural, and Positive

haskell haskell-lib integers

Last synced: 08 Jul 2025

https://github.com/typeclasses/ascii-caseless

ASCII character without an upper/lower case distinction

ascii case-insensitivity haskell haskell-library

Last synced: 28 Oct 2025

https://github.com/typeclasses/loc-test

Hedgehog generators for the 'loc' package

haskell haskell-library property-testing text

Last synced: 31 Jul 2025

https://github.com/typeclasses/hasherize

Hash digests for files and directories

filesystem hashing haskell haskell-library

Last synced: 27 Mar 2025

https://github.com/typeclasses/ascii-case

ASCII letter case

ascii haskell haskell-library

Last synced: 01 Nov 2025

https://github.com/typeclasses/gambler

Composable, streaming, and efficient left folds

haskell haskell-library streaming

Last synced: 27 Mar 2025

https://github.com/typeclasses/hash-addressed

A simple system for maintaining a directory wherein each file's name is a hash of its content

content-addressable-storage filesystem hash haskell haskell-library

Last synced: 25 Jun 2025

https://github.com/typeclasses/supply-chain-core

Composable request-response pipelines

free-monad haskell haskell-library streaming

Last synced: 13 Jul 2025

https://github.com/typeclasses/pretty-html

An HTML-building library that gives you some control over how the HTML is rendered, to produce human-readable results.

haskell haskell-library html

Last synced: 07 May 2025

https://github.com/typeclasses/ascii-numbers

ASCII representations of numbers

ascii haskell haskell-library numbers

Last synced: 04 Apr 2025