joint-0.1.1: Trying to compose non-composable

Safe HaskellSafe
LanguageHaskell2010

Control.Joint.Schemes.UT

Documentation

newtype UT t u a Source #

Constructors

UT ((u :. t) := a) 
Instances
Composition (UT t u) Source # 
Instance details

Defined in Control.Joint.Schemes.UT

Associated Types

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

Methods

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

type Primary (UT t u) a Source # 
Instance details

Defined in Control.Joint.Schemes.UT

type Primary (UT t u) a = (u :. t) := a