clash-lib-1.2.0: CAES Language for Synchronous Hardware - As a Library
Clash.Debug
debugIsOn :: Bool Source #
traceIf :: Bool -> String -> a -> a Source #
Performs trace when first argument evaluates to True
True
traceWith :: (a -> String) -> a -> a Source #
traceShowWith :: Show b => (a -> b) -> a -> a Source #
module Debug.Trace