Safe Haskell | None |
---|---|
Language | Haskell2010 |
Debug.Trace.Compat
Documentation
flushEventLog :: IO () #
putTraceMsg :: String -> IO () #
traceEvent :: String -> a -> a #
traceEventIO :: String -> IO () #
traceEventWith :: (a -> String) -> a -> a #
traceM :: Applicative f => String -> f () #
traceMarker :: String -> a -> a #
traceMarkerIO :: String -> IO () #
traceShowId :: Show a => a -> a #
traceShowM :: (Show a, Applicative f) => a -> f () #
traceShowWith :: Show b => (a -> b) -> a -> a #
traceStack :: String -> a -> a #