pandora-0.5.1: A box of patterns and paradigms
Safe HaskellSafe-Inferred
LanguageHaskell2010

Pandora.Paradigm.Schemes.P_T

Documentation

newtype P_T p t a b Source #

Constructors

P_T (p (t a) b) 

Instances

Instances details
Interpreted ((->) :: Type -> Type -> Type) (P_T p t a) Source # 
Instance details

Defined in Pandora.Paradigm.Schemes.P_T

Associated Types

type Primary (P_T p t a) a Source #

Methods

run :: P_T p t a a0 -> Primary (P_T p t a) a0 Source #

unite :: Primary (P_T p t a) a0 -> P_T p t a a0 Source #

(!) :: P_T p t a a0 -> Primary (P_T p t a) a0 Source #

(=#-) :: (Semigroupoid (->), Interpreted (->) u) => (Primary (P_T p t a) a0 -> Primary u b) -> P_T p t a a0 -> u b Source #

(-#=) :: (Semigroupoid (->), Interpreted (->) u) => (P_T p t a a0 -> u b) -> Primary (P_T p t a) a0 -> Primary u b Source #

(<$=#-) :: (Semigroupoid (->), Covariant (->) (->) j, Interpreted (->) u) => (Primary (P_T p t a) a0 -> Primary u b) -> (j := P_T p t a a0) -> (j := u b) Source #

(-#=$>) :: (Covariant (->) (->) j, Interpreted (->) u) => (P_T p t a a0 -> u b) -> (j := Primary (P_T p t a) a0) -> (j := Primary u b) Source #

type Primary (P_T p t a) b Source # 
Instance details

Defined in Pandora.Paradigm.Schemes.P_T

type Primary (P_T p t a) b = p (t a) b