| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unbound.Generics.LocallyNameless.Internal.Iso
Documentation
Constructors
| Exchange (s -> a) (b -> t) |
Instances
| Profunctor (Exchange a b) |
type Iso s t a b = forall p f. (Profunctor p, Functor f) => p a (f b) -> p s (f t) Source