generics-eot

A library for generic programming that aims to be easy to understand

https://github.com/soenkehahn/generics-eot#readme

Version on this page:0.1
LTS Haskell 22.19:0.4.0.1
Stackage Nightly 2024-05-01:0.4.0.1
Latest on Hackage:0.4.0.1

See all snapshots generics-eot appears in

BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:generics-eot-0.1@sha256:d7e2648e07f0333d56fb141eb6dcb34231fb318faef2169000fad6b8aa11a340,2078

Module documentation for 0.1

Depends on 1 package(full list with versions):

generics-eot is a library for datatype generic programming that tries to be very simple to understand and use. It’s heavily inspired by the awesome generics-sop package (http://hackage.haskell.org/package/generics-sop).

There’s documentation in the source code, there’s a tutorial in Generics.Eot.Tutorial and there’s also some examples in examples (and descriptive tests for them in test/Examples).