Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
data ProcedureScope c Source #
ProcedureScope | |
|
data ScopeContext c Source #
ScopeContext | |
|
applyProcedureScope :: (ScopeContext c -> ScopedFunction c -> ExecutableProcedure c -> a) -> ProcedureScope c -> [a] Source #
builtinVariables :: TypeInstance -> Map VariableName (VariableValue c) Source #
getProcedureScopes :: (Show c, CollectErrorsM m) => CategoryMap c -> ExprMap c -> DefinedCategory c -> m [ProcedureScope c] Source #