Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Drasil.GetChunks
Description
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 -> [DefinedQuantityDict] Source #
Gets a list of quantities (DefinedQuantityDict
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 -> [DefinedQuantityDict] Source #
Gets a list of quantities (DefinedQuantityDict
) from an equation in order to print.