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

Pandora.Paradigm.Schemes.UTU

Documentation

newtype UTU ct cu t u u' a Source #

Constructors

UTU ((u :. (t :. u')) := a) 

Instances

Instances details
Interpreted (UTU ct cu t u u') Source # 
Instance details

Defined in Pandora.Paradigm.Schemes.UTU

Associated Types

type Primary (UTU ct cu t u u') a Source #

Methods

run :: UTU ct cu t u u' a -> Primary (UTU ct cu t u u') a Source #

unite :: Primary (UTU ct cu t u u') a -> UTU ct cu t u u' a Source #

type Primary (UTU ct cu t u u') a Source # 
Instance details

Defined in Pandora.Paradigm.Schemes.UTU

type Primary (UTU ct cu t u u') a = (u :. (t :. u')) := a