-- 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.0.1 module Debug.Trace.Dump traceFile :: FilePath -> String -> a -> a traceFileBSL :: FilePath -> ByteString -> a -> a traceFileText :: FilePath -> Text -> a -> a