@hackage references0.1.0.0
Generalization of lenses, folds and traversals for haskell
Installation
Dependencies (7)
- base <5 && >=4.6
- containers >=0.5 && <0.6
- either >=4.3 && <4.4
- lens >=4.2 && <4.3
- mtl >=2.2 && <2.3
- template-haskell <3 && >=2.8 Show all…
Dependents (15)
@hackage/haskell-tools-ast, @hackage/haskell-tools-refactor, @hackage/haskell-tools-debug, @hackage/haskell-tools-backend-ghc, @hackage/haskell-tools-builtin-refactorings, @hackage/haskell-tools-daemon, Show all…
Similar to lenses, references provide access to part of a structure or a different view on the structure. References are considered to be a generalization of those, but the come with a different representation. The main purpose of references is to have accessors that can cooperate with monads, especially IO.