Csound.Dynamic.Debug
newtype IsDebug Source #
Constructors
Defined in Csound.Dynamic.Debug
Methods
readsPrec :: Int -> ReadS IsDebug #
readList :: ReadS [IsDebug] #
readPrec :: ReadPrec IsDebug #
readListPrec :: ReadPrec [IsDebug] #
showsPrec :: Int -> IsDebug -> ShowS #
show :: IsDebug -> String #
showList :: [IsDebug] -> ShowS #
def :: IsDebug #
(==) :: IsDebug -> IsDebug -> Bool #
(/=) :: IsDebug -> IsDebug -> Bool #
compare :: IsDebug -> IsDebug -> Ordering #
(<) :: IsDebug -> IsDebug -> Bool #
(<=) :: IsDebug -> IsDebug -> Bool #
(>) :: IsDebug -> IsDebug -> Bool #
(>=) :: IsDebug -> IsDebug -> Bool #
max :: IsDebug -> IsDebug -> IsDebug #
min :: IsDebug -> IsDebug -> IsDebug #
traceIf :: IsDebug -> String -> a -> a Source #
traceShowIf :: Show b => IsDebug -> b -> a -> a Source #