Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Pandora.Paradigm.Primary.Transformer.Yoneda
Documentation
Instances
Liftable Yoneda Source # | |
Defined in Pandora.Paradigm.Primary.Transformer.Yoneda | |
Covariant (Yoneda t) Source # | |
Defined in Pandora.Paradigm.Primary.Transformer.Yoneda Methods (<$>) :: (a -> b) -> Yoneda t a -> Yoneda t b Source # comap :: (a -> b) -> Yoneda t a -> Yoneda t b Source # (<$) :: a -> Yoneda t b -> Yoneda t a Source # ($>) :: Yoneda t a -> b -> Yoneda t b Source # void :: Yoneda t a -> Yoneda t () Source # loeb :: Yoneda t (a <:= Yoneda t) -> Yoneda t a Source # (<&>) :: Yoneda t a -> (a -> b) -> Yoneda t b Source # (<$$>) :: Covariant u => (a -> b) -> ((Yoneda t :. u) := a) -> (Yoneda t :. u) := b Source # (<$$$>) :: (Covariant u, Covariant v) => (a -> b) -> ((Yoneda t :. (u :. v)) := a) -> (Yoneda t :. (u :. v)) := b Source # (<$$$$>) :: (Covariant u, Covariant v, Covariant w) => (a -> b) -> ((Yoneda t :. (u :. (v :. w))) := a) -> (Yoneda t :. (u :. (v :. w))) := b Source # (<&&>) :: Covariant u => ((Yoneda t :. u) := a) -> (a -> b) -> (Yoneda t :. u) := b Source # (<&&&>) :: (Covariant u, Covariant v) => ((Yoneda t :. (u :. v)) := a) -> (a -> b) -> (Yoneda t :. (u :. v)) := b Source # (<&&&&>) :: (Covariant u, Covariant v, Covariant w) => ((Yoneda t :. (u :. (v :. w))) := a) -> (a -> b) -> (Yoneda t :. (u :. (v :. w))) := b Source # (.#..) :: (Yoneda t ~ v a, Category v) => v c d -> ((v a :. v b) := c) -> (v a :. v b) := d Source # (.#...) :: (Yoneda t ~ v a, Yoneda t ~ v b, Category v, Covariant (v a), Covariant (v b)) => v d e -> ((v a :. (v b :. v c)) := d) -> (v a :. (v b :. v c)) := e Source # (.#....) :: (Yoneda t ~ v a, Yoneda t ~ v b, Yoneda t ~ v c, Category v, Covariant (v a), Covariant (v b), Covariant (v c)) => v e f -> ((v a :. (v b :. (v c :. v d))) := e) -> (v a :. (v b :. (v c :. v d))) := f Source # (<$$) :: Covariant u => b -> ((Yoneda t :. u) := a) -> (Yoneda t :. u) := b Source # (<$$$) :: (Covariant u, Covariant v) => b -> ((Yoneda t :. (u :. v)) := a) -> (Yoneda t :. (u :. v)) := b Source # (<$$$$) :: (Covariant u, Covariant v, Covariant w) => b -> ((Yoneda t :. (u :. (v :. w))) := a) -> (Yoneda t :. (u :. (v :. w))) := b Source # ($$>) :: Covariant u => ((Yoneda t :. u) := a) -> b -> (Yoneda t :. u) := b Source # ($$$>) :: (Covariant u, Covariant v) => ((Yoneda t :. (u :. v)) := a) -> b -> (Yoneda t :. (u :. v)) := b Source # ($$$$>) :: (Covariant u, Covariant v, Covariant w) => ((Yoneda t :. (u :. (v :. w))) := a) -> b -> (Yoneda t :. (u :. (v :. w))) := b Source # | |
Applicative t => Applicative (Yoneda t) Source # | |
Defined in Pandora.Paradigm.Primary.Transformer.Yoneda Methods (<*>) :: Yoneda t (a -> b) -> Yoneda t a -> Yoneda t b Source # apply :: Yoneda t (a -> b) -> Yoneda t a -> Yoneda t b Source # (*>) :: Yoneda t a -> Yoneda t b -> Yoneda t b Source # (<*) :: Yoneda t a -> Yoneda t b -> Yoneda t a Source # forever :: Yoneda t a -> Yoneda t b Source # (<%>) :: Yoneda t a -> Yoneda t (a -> b) -> Yoneda t b Source # (<**>) :: Applicative u => ((Yoneda t :. u) := (a -> b)) -> ((Yoneda t :. u) := a) -> (Yoneda t :. u) := b Source # (<***>) :: (Applicative u, Applicative v) => ((Yoneda t :. (u :. v)) := (a -> b)) -> ((Yoneda t :. (u :. v)) := a) -> (Yoneda t :. (u :. v)) := b Source # (<****>) :: (Applicative u, Applicative v, Applicative w) => ((Yoneda t :. (u :. (v :. w))) := (a -> b)) -> ((Yoneda t :. (u :. (v :. w))) := a) -> (Yoneda t :. (u :. (v :. w))) := b Source # | |
Alternative t => Alternative (Yoneda t) Source # | |
Avoidable t => Avoidable (Yoneda t) Source # | |
Defined in Pandora.Paradigm.Primary.Transformer.Yoneda | |
(Extractable t ((->) :: Type -> Type -> Type), Pointable t ((->) :: Type -> Type -> Type), Extractable u ((->) :: Type -> Type -> Type), Pointable u ((->) :: Type -> Type -> Type)) => Adjoint (Yoneda t) (Yoneda u) ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) Source # | |
Extractable t ((->) :: Type -> Type -> Type) => Extractable (Yoneda t) ((->) :: Type -> Type -> Type) Source # | |
Defined in Pandora.Paradigm.Primary.Transformer.Yoneda | |
Pointable t ((->) :: Type -> Type -> Type) => Pointable (Yoneda t) ((->) :: Type -> Type -> Type) Source # | |
Defined in Pandora.Paradigm.Primary.Transformer.Yoneda | |
Covariant_ (Yoneda t) ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) Source # | |