| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Optic.Lens.At
Contents
At
At provides a Lens that can be used to read,
write or delete the value associated with a key in a Map-like
container on an ad hoc basis.
An instance of At should satisfy:
ixk ≡atk.traverse
Minimal complete definition
Methods
Re-exports
module Optic.Traversal.Ixed