@hackage microlens-th0.4.3.18
Automatic generation of record lenses for microlens
Categories
License
BSD-3-Clause
Maintainer
Steven Fontanella <steven.fontanella@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (6)
- base >=4.5 && <5
- containers >=0.5 && <0.9
- microlens >=0.5.0 && <0.6
- template-haskell >=2.8 && <2.25
- th-abstraction >=0.4.1 && <0.8
- transformers Show all…
Dependents (112)
@hackage/zeolite-lang, @hackage/vty-unix, @hackage/rainbox, @hackage/web3-polkadot, @hackage/ham, @cardano/hydra-tui, Show all…
This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).
This package is a part of the microlens family; see the readme on Github.