module Language.Drasil.Code.CodeQuantityDicts where
import Language.Drasil
inFileName :: QuantityDict
inFileName :: QuantityDict
inFileName = String -> NP -> Space -> Symbol -> QuantityDict
implVar String
"inFileName"
(String -> String -> NP
nounPhrase String
"name of the input file" String
"names of the input files") Space
String
(String -> Symbol
label String
"filename")
inParams :: QuantityDict
inParams :: QuantityDict
inParams = String -> NP -> Space -> Symbol -> QuantityDict
implVar String
"inParams" (String -> String -> NP
nounPhrase
String
"structure holding the input values" String
"structures holding the input values")
(String -> Space
Actor String
"InputParameters") (String -> Symbol
label String
"inParams")
consts :: QuantityDict
consts :: QuantityDict
consts = String -> NP -> Space -> Symbol -> QuantityDict
implVar String
"consts" (String -> String -> NP
nounPhrase
String
"structure holding the constant values"
String
"structures holding the constant values")
(String -> Space
Actor String
"Constants") (String -> Symbol
label String
"consts")