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

Language.Drasil.Stages

Contents

Description

Stages used for displaying symbols.

Synopsis

Type

data Stage Source #

Stages correspond to what we're trying to look up. They range from abstract to concrete. Equational stages are more theoretical and oriented towards abstract design while the Implementation stages are more oriented towards detailed design.

Constructors

Equational 
Implementation 

Instances

Instances details
Show Stage Source #

For better error messages.

Instance details

Defined in Language.Drasil.Stages

Methods

showsPrec :: Int -> Stage -> ShowS #

show :: Stage -> String #

showList :: [Stage] -> ShowS #