drasil-lang-0.1.60.0: A framework for code and document generation for scientific software - Language SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Drasil.Synonyms

Description

Parameterized types, at times, deserve their own names.

Synopsis

Documentation

type ConstQDef = QDefinition Literal Source #

Commonly used type for QDefinitions containing Literals.

type SimpleQDef = QDefinition Expr Source #

Commonly used type for QDefinitions containing Exprs.

type ModelQDef = QDefinition ModelExpr Source #

Commonly used type for QDefinitions containing ModelExprs.

type PExpr = forall r. (ExprC r, LiteralC r) => r Source #

Commonly used type for polymorphic Exprs.