Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class Liftable t where Source #
When providing a new instance, you should ensure it satisfies one law: * Interchange: lift . point ≡ point
Instances
Liftable Yoneda Source # | |
Liftable Jack Source # | |
Liftable Instruction Source # | |
Liftable Outline Source # | |
Liftable (Schematic Monad t) => Liftable ((:>) t) Source # | |
Liftable (Backwards :: (Type -> Type) -> Type -> Type) Source # | |
Liftable (Reverse :: (Type -> Type) -> Type -> Type) Source # | |
(forall (u :: Type -> Type). Bindable u) => Liftable (Continuation r) Source # | |
(Adjoint t' t, Distributive t) => Liftable (t <:<.>:> t') Source # | |
Pointable t => Liftable (UT Covariant Covariant t) Source # | |
Pointable t => Liftable (TU Covariant Covariant t :: (Type -> Type) -> Type -> Type) Source # | |