Module

WAGS.Control.Indexed

Package
purescript-wags
Repository
mikesol/purescript-wags

#IxWAG Source

newtype IxWAG (audio :: Type) (engine :: Type) (proof :: Type) (res :: Type) (graphi :: Type) (grapho :: Type) (a :: Type)

Constructors

  • IxWAG (forall q. WAG audio engine proof res graphi q -> WAG audio engine proof res grapho a)

Instances

#IxFrame Source

type IxFrame (env :: Type) (audio :: Type) (engine :: Type) (proof :: Type) (res :: Type) (graphi :: Type) (grapho :: Type) (a :: Type) = env -> IxWAG audio engine proof res graphi grapho a