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

Utils.Drasil.FileData

Description

Defines the underlying data types used in the package extension.

Synopsis

Documentation

data FileAndContents Source #

The underlying data type for auxiliary files in all renderers.

Instances

Instances details
HasPathAndDoc FileAndContents Doc Source # 
Instance details

Defined in Utils.Drasil.FileData

fileAndContents :: FilePath -> Doc -> FileAndContents Source #

Constructor for auxiliary files.