| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Drasil.ModelExpr.Extract
Description
Defines functions to find Chunk UIDs within ModelExprs.
Documentation
meNamesRI :: RealInterval ModelExpr ModelExpr -> [UID] Source #
Generic traversal of everything that could come from an interval to names (similar to meNames).
meNames' :: ModelExpr -> [UID] Source #
Generic traverse of all positions that could lead to meNames without
functions. FIXME : this should really be done via post-facto filtering, but
right now the information needed to do this is not available!
meNamesRI' :: RealInterval ModelExpr ModelExpr -> [UID] Source #
Generic traversal of everything that could come from an interval to names without functions (similar to meNames').