Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- ccss :: [Sentence] -> [ModelExpr] -> ChunkDB -> [DefinedQuantityDict]
- ccss' :: [Sentence] -> [ModelExpr] -> ChunkDB -> [QuantityDict]
- combine :: Sentence -> ChunkDB -> [DefinedQuantityDict]
- getIdeaDict :: Sentence -> ChunkDB -> [IdeaDict]
- vars :: ModelExpr -> ChunkDB -> [QuantityDict]
Documentation
ccss :: [Sentence] -> [ModelExpr] -> ChunkDB -> [DefinedQuantityDict] Source #
Gets a list of defined quantities (DefinedQuantityDict
s) from Sentence
s and expressions that are contained in the database (ChunkDB
).
ccss' :: [Sentence] -> [ModelExpr] -> ChunkDB -> [QuantityDict] Source #
Gets a list of quantities (QuantityDict
s) from Sentence
s and expressions that are contained in the database (ChunkDB
).
combine :: Sentence -> ChunkDB -> [DefinedQuantityDict] Source #
Combines the functions of vars
and concpt
to create a list of DefinedQuantityDict
s from a Sentence
.
vars :: ModelExpr -> ChunkDB -> [QuantityDict] Source #
Gets a list of quantities (QuantityDict
) from an equation in order to print.