Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type Path = String
- type TargetFile = String
- dumpEverything :: SystemInformation -> PrintingInformation -> Path -> IO ()
- dumpEverything0 :: SystemInformation -> PrintingInformation -> Path -> IO ()
- dumpTo :: ToJSON a => a -> TargetFile -> IO ()
- dumpChunkTables :: PrintingInformation -> TargetFile -> IO ()
Documentation
type TargetFile = String Source #
dumpEverything :: SystemInformation -> PrintingInformation -> Path -> IO () Source #
For debugging purposes, if the system has a DEBUG_ENV
environment
variable set to anything, we can dump the chunk maps in a system to the
host system.
dumpEverything0 :: SystemInformation -> PrintingInformation -> Path -> IO () Source #
dumpTo :: ToJSON a => a -> TargetFile -> IO () Source #
dumpChunkTables :: PrintingInformation -> TargetFile -> IO () Source #