drasil-gool-0.1.1.0: A framework for code and document generation for scientific software - GOOL SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Drasil.GProc.LanguageRenderer.AbstractProc

Synopsis

Documentation

fileFromData :: ProcRenderSym r => (FilePath -> r (Module r) -> r (File r)) -> FilePath -> FSModule r -> SFile r Source #

modFromData :: Label -> (Doc -> r (Module r)) -> FS Doc -> FSModule r Source #

listAppend :: CommonRenderSym r => String -> SValue r -> SValue r -> MSStatement r Source #

Call to append a value to a list using a function call

listAdd :: CommonRenderSym r => String -> SValue r -> SValue r -> SValue r -> MSStatement r Source #

Call to insert a value into a list as a function call