| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Drasil.GetChunks
Description
Documentation
ccss :: [Sentence] -> [ModelExpr] -> ChunkDB -> [DefinedQuantityDict] Source #
Gets a list of defined quantities (DefinedQuantityDicts) from Sentences and expressions that are contained in the database (ChunkDB).
ccss' :: [Sentence] -> [ModelExpr] -> ChunkDB -> [DefinedQuantityDict] Source #
Gets a list of quantities (DefinedQuantityDicts) from Sentences 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 DefinedQuantityDicts from a Sentence.
vars :: ModelExpr -> ChunkDB -> [DefinedQuantityDict] Source #
Gets a list of quantities (DefinedQuantityDict) from an equation in order to print.