csound-expression-typed-0.2.7.1: typed core for the library csound-expression
Safe HaskellSafe-Inferred
LanguageHaskell2010

Csound.Typed.GlobalState.Instr

Documentation

data Arity Source #

Constructors

Arity 

Fields

type InsExp = SE [E] Source #

type EffExp = [E] -> SE [E] Source #

type UnitExp = SE () Source #

saveIns0 :: Int -> [Rate] -> SE [E] -> GE [E] Source #