-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | File-based debug output -- -- A package emulating the functionality of Debug.Trace, but capable of -- writing to files @package debug-dump @version 0.1.1.0 module Debug.Trace.Dump traceFile :: FilePath -> String -> a -> a traceFileBSL :: FilePath -> ByteString -> a -> a traceFileText :: FilePath -> Text -> a -> a -- | This is a utility function that enables dumping data from multiple -- function calls without overwriting anything. traceBSLSuffix :: String -> ByteString -> a -> a traceTextSuffix :: String -> Text -> a -> a