Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type family Betwixt (source :: * -> * -> *) (target :: * -> * -> *) = (betwixt :: * -> * -> *) | betwixt -> source target Source #
Instances
type Betwixt ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) Source # | |
Defined in Pandora.Paradigm.Primary.Algebraic.Exponential type Betwixt ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) = (->) :: Type -> Type -> Type |