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

Drasil.Generator.Code

Synopsis

Generators

exportCode :: System -> Choices -> IO () Source #

Internal: Generate an ICO-style executable softifact.

exportCodeZoo :: System -> [Choices] -> IO () Source #

Internal: Generate a zoo of ICO-style executable softifact.

Internal Functions

codedDirName :: String -> Choices -> String Source #

Find name of folders created for a "zoo" of executable softifacts.

FIXME: This is a hack. The generation phase should emit what artifacts it created.