| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Pandora.Pattern.Functor.Liftable
Documentation
class Liftable t where Source #
Instances
| Liftable Jack Source # | |
| Liftable (Stateful s) Source # | |
| Liftable (Environmental e :: (Type -> Type) -> Type -> Type) Source # | |
Defined in Pandora.Paradigm.Inventory.Environmental | |
| (forall (u :: Type -> Type). Pointable u, Liftable t) => Liftable (Y t) Source # | |
| Pointable t => Liftable (T t) Source # | |