| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Paradigm.Primary.Transformer.Backwards
Documentation
newtype Backwards t a Source #
Constructors
| Backwards (t a) |
Instances
| Liftable (Backwards :: (Type -> Type) -> Type -> Type) Source # | |
| Lowerable (Backwards :: (Type -> Type) -> Type -> Type) Source # | |
| Hoistable (Backwards :: (Type -> Type) -> Type -> Type) Source # | |
| (Semimonoidal t ((->) :: Type -> Type -> Type) (:*:) (:*:), Covariant t ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type)) => Semimonoidal (Backwards t :: Type -> Type) ((->) :: Type -> Type -> Type) (:*:) (:*:) Source # | |
| Interpreted (Backwards t) Source # | |
Defined in Pandora.Paradigm.Primary.Transformer.Backwards Methods run :: Backwards t a -> Primary (Backwards t) a Source # unite :: Primary (Backwards t) a -> Backwards t a Source # (||=) :: Interpreted u => (Primary (Backwards t) a -> Primary u b) -> Backwards t a -> u b Source # (=||) :: Interpreted u => (Backwards t a -> u b) -> Primary (Backwards t) a -> Primary u b Source # (<$||=) :: (Covariant j (->) (->), Interpreted u) => (Primary (Backwards t) a -> Primary u b) -> (j := Backwards t a) -> j := u b Source # (<$$||=) :: (Covariant j (->) (->), Covariant k (->) (->), Interpreted u) => (Primary (Backwards t) a -> Primary u b) -> ((j :. k) := Backwards t a) -> (j :. k) := u b Source # (<$$$||=) :: (Covariant j (->) (->), Covariant k (->) (->), Covariant l (->) (->), Interpreted u) => (Primary (Backwards t) a -> Primary u b) -> ((j :. (k :. l)) := Backwards t a) -> (j :. (k :. l)) := u b Source # (<$$$$||=) :: (Covariant j (->) (->), Covariant k (->) (->), Covariant l (->) (->), Covariant m (->) (->), Interpreted u) => (Primary (Backwards t) a -> Primary u b) -> ((j :. (k :. (l :. m))) := Backwards t a) -> (j :. (k :. (l :. m))) := u b Source # (=||$>) :: (Covariant j (->) (->), Interpreted u) => (Backwards t a -> u b) -> (j := Primary (Backwards t) a) -> j := Primary u b Source # (=||$$>) :: (Covariant j (->) (->), Covariant k (->) (->), Interpreted u) => (Backwards t a -> u b) -> ((j :. k) := Primary (Backwards t) a) -> (j :. k) := Primary u b Source # (=||$$$>) :: (Covariant j (->) (->), Covariant k (->) (->), Covariant l (->) (->), Interpreted u) => (Backwards t a -> u b) -> ((j :. (k :. l)) := Primary (Backwards t) a) -> (j :. (k :. l)) := Primary u b Source # (=||$$$$>) :: (Covariant j (->) (->), Covariant k (->) (->), Covariant l (->) (->), Covariant m (->) (->), Interpreted u) => (Backwards t a -> u b) -> ((j :. (k :. (l :. m))) := Primary (Backwards t) a) -> (j :. (k :. (l :. m))) := Primary u b Source # | |
| Pointable t ((->) :: Type -> Type -> Type) => Pointable (Backwards t) ((->) :: Type -> Type -> Type) Source # | |
| Extractable t ((->) :: Type -> Type -> Type) => Extractable (Backwards t) ((->) :: Type -> Type -> Type) Source # | |
| Covariant t ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) => Covariant (Backwards t) ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) Source # | |
| Distributive t ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) => Distributive (Backwards t) ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) Source # | |
| Contravariant t ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) => Contravariant (Backwards t) ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) Source # | |
| Traversable t ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) => Traversable (Backwards t) ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) Source # | |
| type Primary (Backwards t) a Source # | |