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

Pandora.Paradigm.Structure.Modification.Turnover

Documentation

newtype Turnover t a Source #

Constructors

Turnover (t a) 

Instances

Instances details
(Covariant m m t, Interpreted m (Turnover t)) => Covariant m m (Turnover t) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Modification.Turnover

Methods

(<-|-) :: m a b -> m (Turnover t a) (Turnover t b) Source #

(<-|--) :: m a b -> m (Turnover t a) (Turnover t b) Source #

(<-|---) :: m a b -> m (Turnover t a) (Turnover t b) Source #

(<-|----) :: m a b -> m (Turnover t a) (Turnover t b) Source #

(<-|-----) :: m a b -> m (Turnover t a) (Turnover t b) Source #

(<-|------) :: m a b -> m (Turnover t a) (Turnover t b) Source #

(<-|-------) :: m a b -> m (Turnover t a) (Turnover t b) Source #

(<-|--------) :: m a b -> m (Turnover t a) (Turnover t b) Source #

(<-|-|-) :: (Covariant m (Betwixt m m) u, Covariant (Betwixt m m) m (Turnover t)) => m a b -> m (Turnover t (u a)) (Turnover t (u b)) Source #

(<-|-|-|-) :: (Covariant m (Betwixt m (Betwixt m m)) v, Covariant (Betwixt m (Betwixt m m)) (Betwixt (Betwixt m m) m) u, Covariant (Betwixt (Betwixt m m) m) m (Turnover t)) => m a b -> m (Turnover t (u (v a))) (Turnover t (u (v b))) Source #

(Covariant ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) structure, Substructure segment structure) => Substructure (segment :: k) (Turnover structure) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Modification.Turnover

Associated Types

type Available segment (Turnover structure) :: Type -> Type Source #

type Substance segment (Turnover structure) :: Type -> Type Source #

Methods

substructure :: ((Tagged segment <:.> Turnover structure) #=@ Substance segment (Turnover structure)) := Available segment (Turnover structure) Source #

sub :: (Turnover structure #=@ Substance segment (Turnover structure)) := Available segment (Turnover structure) Source #

Morphable ('Rotate ('Right :: a -> Wye a) :: Morph (a -> Wye a)) (Turnover (Tape List)) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.List

Associated Types

type Morphing ('Rotate 'Right) (Turnover (Tape List)) :: Type -> Type Source #

Morphable ('Rotate ('Left :: a -> Wye a) :: Morph (a -> Wye a)) (Turnover (Tape List)) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.List

Associated Types

type Morphing ('Rotate 'Left) (Turnover (Tape List)) :: Type -> Type Source #

Interpreted ((->) :: Type -> Type -> Type) (Turnover t) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Modification.Turnover

Associated Types

type Primary (Turnover t) a Source #

Methods

run :: Turnover t a -> Primary (Turnover t) a Source #

unite :: Primary (Turnover t) a -> Turnover t a Source #

(!) :: Turnover t a -> Primary (Turnover t) a Source #

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

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

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

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

type Available (segment :: k) (Turnover structure) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Modification.Turnover

type Available (segment :: k) (Turnover structure) = Available segment structure
type Substance (segment :: k) (Turnover structure) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Modification.Turnover

type Substance (segment :: k) (Turnover structure) = Substance segment structure
type Morphing ('Rotate ('Right :: a -> Wye a) :: Morph (a -> Wye a)) (Turnover (Tape List)) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.List

type Morphing ('Rotate ('Right :: a -> Wye a) :: Morph (a -> Wye a)) (Turnover (Tape List)) = Turnover (Tape List)
type Morphing ('Rotate ('Left :: a -> Wye a) :: Morph (a -> Wye a)) (Turnover (Tape List)) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.List

type Morphing ('Rotate ('Left :: a -> Wye a) :: Morph (a -> Wye a)) (Turnover (Tape List)) = Turnover (Tape List)
type Primary (Turnover t) a Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Modification.Turnover

type Primary (Turnover t) a = t a