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

Language.Drasil.Stages

Contents

Description

Stages of the development process.

Synopsis

Type

data Stage Source #

Stages are what part of the development process we are in. There are currently two: 1) The Equational stage (should be called Specification) 2) The Implemenation stage

The point is that information may be rendered differently depending at what stage we're at. Being able to talk about stages lets us also attach different display information.

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 #