drasil-lang-0.1.60.0: A framework for code and document generation for scientific software - Language SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Drasil.CodeExpr.Extract

Synopsis

Documentation

eDep :: CodeExpr -> [UID] Source #

Get dependencies from an equation.

eDep' :: CodeExpr -> [UID] Source #

Get dependencies from an equation, without functions.

eNamesRI :: RealInterval CodeExpr CodeExpr -> [UID] Source #

Generic traversal of everything that could come from an interval to names (similar to eNames).

eNamesRI' :: RealInterval CodeExpr CodeExpr -> [UID] Source #

Generic traversal of everything that could come from an interval to names without functions (similar to eNames').