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

Language.Drasil.Code.Imperative.GOOL.Data

Description

Defines the underlying data types used in the package extension.

Synopsis

Documentation

data AuxData Source #

The underlying data type for auxiliary files in all renderers.

ad :: FilePath -> Doc -> AuxData Source #

Constructor for auxiliary files.

data PackData Source #

The underlying data type for packages in all renderers.

packD :: ProgData -> [AuxData] -> PackData Source #

Constructor for package data.