joint-0.1.0: Trying to compose non-composable

Safe HaskellSafe
LanguageHaskell2010

Control.Joint.Composition

Documentation

class Composition t where Source #

Associated Types

type Primary t a :: * Source #

Methods

unwrap :: t a -> Primary t a Source #

Instances
Composition (TU t u) Source # 
Instance details

Defined in Control.Joint.Schemes.TU

Associated Types

type Primary (TU t u) a :: Type Source #

Methods

unwrap :: TU t u a -> Primary (TU t u) a Source #

Composition (UTU t u) Source # 
Instance details

Defined in Control.Joint.Schemes.UTU

Associated Types

type Primary (UTU t u) a :: Type Source #

Methods

unwrap :: UTU t u a -> Primary (UTU t u) a Source #