csound-expression-dynamic-0.4.0.0: dynamic core for csound-expression library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Csound.Dynamic.Debug

Documentation

newtype IsDebug Source #

Constructors

IsDebug Bool 

Instances

Instances details
Read IsDebug Source # 
Instance details

Defined in Csound.Dynamic.Debug

Show IsDebug Source # 
Instance details

Defined in Csound.Dynamic.Debug

Default IsDebug Source # 
Instance details

Defined in Csound.Dynamic.Debug

Methods

def :: IsDebug #

Eq IsDebug Source # 
Instance details

Defined in Csound.Dynamic.Debug

Methods

(==) :: IsDebug -> IsDebug -> Bool #

(/=) :: IsDebug -> IsDebug -> Bool #

Ord IsDebug Source # 
Instance details

Defined in Csound.Dynamic.Debug

traceIf :: IsDebug -> String -> a -> a Source #

traceShowIf :: Show b => IsDebug -> b -> a -> a Source #