@hackage row-types0.2.1.0
Open Records and Variants
Categories
License
MIT
Maintainer
daniel.winograd-cort@target.com, matthew.farkas-dyck@target.com
Links
Versions
Installation
Dependencies (6)
- base >=2 && <5
- constraints
- deepseq >=1.4
- hashable >=1.2
- text
- unordered-containers >=0.2 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 an overview of how this library can be used.
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