drasil-code-0.1.9.0: A framework for code and document generation for scientific software - Code SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Drasil.GOOL

Description

Re-export code-related smart constructors for external code writing and generation.

Synopsis

Documentation

class AuxiliarySym r where Source #

Members of this class must have a doxygen configuration, ReadMe file, omptimize doxygen document, information necessary for a makefile, and auxiliary helper documents

data FileAndContents Source #

The underlying data type for auxiliary files in all renderers.

data PackageData a Source #

The underlying data type for packages in all renderers.

unPP :: PythonProject a -> a Source #

unJP :: JavaProject a -> a Source #

unCSP :: CSharpProject a -> a Source #

unCPPP :: CppProject a -> a Source #

unSP :: SwiftProject a -> a Source #

unJLP :: JuliaProject a -> a Source #