drasil-gen-0.1.3.0: A framework for code and document generation for scientific software - Utils SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Drasil.Dump

Synopsis

Documentation

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.

dumpTo :: ToJSON a => a -> TargetFile -> IO () Source #