| Safe Haskell | Safe-Infered | 
|---|
Control.Monad.Par.Meta.Resources.Debugging
- dbg :: Bool
- dbgTaggedMsg :: Int -> ByteString -> IO ()
- dbgDelay :: ByteString -> IO ()
- dbgCharMsg :: Int -> ByteString -> ByteString -> IO ()
- meaningless_alloc :: IO ()
- taggedmsg_global_mode :: IORef ByteString
- verbosity :: Int
Documentation
dbgTaggedMsg :: Int -> ByteString -> IO ()Source
dbgTaggedMsg is our routine for logging debugging output:
dbgDelay :: ByteString -> IO ()Source
dbgCharMsg :: Int -> ByteString -> ByteString -> IO ()Source
dbgCharMsg is for printing a small tag like . (with no line
   termination) which produces a different kind of visual output.
 dbgCharMsg :: Int -> String -> String -> IO ()