| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Core.Appliable
Documentation
class Appliable m a b n c d | m a b -> n c d where Source #
Instances
| Appliable (Straight m :: Type -> Type -> Type) (c :: Type) (b :: Type) (m :: Type -> Type -> Type) (c :: Type) (b :: Type) Source # | |
Defined in Pandora.Pattern.Morphism.Straight | |
| Appliable (Flip m :: Type -> Type -> Type) (b :: Type) (c :: Type) (m :: Type -> Type -> Type) (c :: Type) (b :: Type) Source # | |
Defined in Pandora.Pattern.Morphism.Flip | |
| Appliable ((->) :: Type -> Type -> Type) (c :: Type) (b :: Type) ((->) :: Type -> Type -> Type) (c :: Type) (b :: Type) Source # | |
| Appliable ((->) :: Type -> Type -> Type) (a :: Type) (b -> c :: Type) ((->) :: Type -> Type -> Type) (b :: Type) (a -> c :: Type) Source # | |