| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Agda.Utils.Lens.Examples
Description
Examples how to use Agda.Utils.Lens.
Synopsis
- data Record a b = Record {}
- lensField1 :: Lens' (Record a b) a
- lensField2 :: Lens' (Record a b) b
| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Agda.Utils.Lens.Examples
Description
Examples how to use Agda.Utils.Lens.