| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Drasil.GOOL.LanguageRenderer.CommonGOOL
Description
Contains common implementations specific to GOOL
Documentation
constDecDef :: (InternalVarElim r, RenderStatement r smt, ScopeElim r, UnRepr r TypeData, ValueElim r, VariableElim r) => SVariable r -> r ScopeData -> SValue r -> MS (r smt) Source #
classMethodCall :: (RenderValue r, UnRepr r TypeData) => String -> VS (r TypeData) -> VS (r TypeData) -> [SValue r] -> NamedArgs r -> SValue r Source #
listAppend :: (InternalValueExp r, StatementSym r smt) => String -> SValue r -> SValue r -> MS (r smt) Source #
listAdd :: (IndexTranslator r, InternalValueExp r, StatementSym r smt) => String -> SValue r -> SValue r -> SValue r -> MS (r smt) Source #