| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Lens.Family.Complete
Contents
Documentation
Minimal complete definition
Nothing
Instances
| GFull (U1 :: Type -> Type) Source # | |
Defined in Lens.Family.Complete | |
| Full a => GFull (K1 i a :: Type -> Type) Source # | |
Defined in Lens.Family.Complete | |
| GFull a => GFull (a :+: b) Source # | |
Defined in Lens.Family.Complete | |
| (GFull a, GFull b) => GFull (a :*: b) Source # | |
Defined in Lens.Family.Complete | |
| GFull a => GFull (M1 i c a) Source # | |
Defined in Lens.Family.Complete | |
at :: ((() -> Identity b) -> s -> Identity t) -> (i -> b) -> (i -> s) -> i -> t Source #
Copattern match on a Traversal