@hackage row-types1.0.1.2
Open Records and Variants
Categories
License
MIT
Maintainer
dwincort@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (8)
- base >=2 && <6
- constraints >=0.11
- deepseq >=1.4
- generic-lens >=1.0.0.0
- hashable >=1.2
- profunctors >=5.0 Show all…
Dependents (25)
@hackage/hls-hlint-plugin, @hackage/hls-overloaded-record-dot-plugin, @hackage/ghcide-bench, @hackage/hls-explicit-imports-plugin, @hackage/hls-plugin-api, @hackage/hls-test-utils, Show all…
Row-Types
Row-types is a library of open records and variants for Haskell using closed type families and type literals (among other things...). See examples/Examples.lhs for a literate Haskell file that functions as an overview of how this library can be used, and check out the website for further examples.
Available on Hackage.
This work is a branch from CTRex [1,2] with other inspiration from data-diverse [3]. My thanks to the authors and contributors of those libraries!
[1] https://wiki.haskell.org/CTRex
[2] https://hackage.haskell.org/package/CTRex/docs/Data-OpenRecords.html
[3] https://hackage.haskell.org/package/data-diverse