Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Unbound.Generics.LocallyNameless.Internal.Iso
Documentation
type Iso s t a b = forall p f. (Profunctor p, Functor f) => p a (f b) -> p s (f t) #
unbound-generics-0.3.1: Support for programming with names and binders using GHC Generics
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Unbound.Generics.LocallyNameless.Internal.Iso
type Iso s t a b = forall p f. (Profunctor p, Functor f) => p a (f b) -> p s (f t) #