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