compdata
Data type builder
A Haskell library for creating and manipulating compositional data types in a modular and flexible way
Haskell library implementing "Data Types a la Carte"
89 stars
9 watching
27 forks
Language: Haskell
last commit: about 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
cdepillabout/pretty-simple | A tool to prettify Haskell data types with Show instances in an easy-to-read format | 243 |
mrkkrp/facts | A Haskell library for working with refined types to represent and manipulate data structures | 58 |
dorchard/type-level-sets | A Haskell library providing data structures and operations for working with sets and maps at the type level | 66 |
m4dc4p/haskelldb | A Haskell library that enables building re-usable and composable SQL queries in a type-safe and declarative way. | 102 |
gabriella439/haskell-typed-spreadsheet-library | Provides a typed and composable API for building spreadsheets with explicit input/output relationships | 186 |
hdbc/hdbc | A Haskell interface to various databases allowing programmatic access and manipulation of their data structures | 127 |
lysxia/first-class-families | A library providing a foundation for type-level functions and compositions in Haskell | 86 |
haskellari/postgresql-simple | A Haskell client library providing a simple interface to PostgreSQL databases. | 88 |
damsl/k3 | Builds large-scale data systems by separating design and implementation concerns with a high-level, declarative language framework. | 15 |
valderman/selda | A type-safe, high-level interface for interacting with relational databases in Haskell. | 477 |
bodigrim/linear-builder | Provides efficient and scalable builder functionality for working with text data in Haskell. | 88 |
pahowes/any | A C++ variant type that allows storing and retrieving different types of data | 11 |
fumieval/extensible | Provides tools and abstractions for building complex, adaptable data structures in Haskell | 128 |
haskell/statistics | A library for computing statistical data in Haskell efficiently and effectively | 299 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |