@hackage record0.4.2
Anonymous records
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
Dependencies (5)
- base >=4.6 && <5
- base-prelude >=0.1 && <2
- basic-lens >=0.0 && <0.1
- template-haskell >=2.8 && <2.12
- transformers >=0.2 && <0.6 Show all…
Dependents (7)
@hackage/record-aeson, @hackage/record-gl, @hackage/acme-everything, @hackage/record-syntax, @hackage/laika, @hackage/record-preprocessor, Show all…
This library provides the abstractions behind the anonymous record syntax. It is intended to be used in conjunction with the "record-preprocessor", which enables a Haskell syntax extension.
If you're looking for the Template Haskell version of the library,
please check out the 0.3.* versions.
Those are maintained as well.