Eval.EnvSourceEnvironment representing both global and local state of the system
val getFun :
LibASL.Value.AST.l ->
t ->
AST.ident ->
AST.ident list * AST.ident list * LibASL.Value.AST.l * AST.stmt listval addFun :
LibASL.Value.AST.l ->
t ->
AST.ident ->
(AST.ident list * AST.ident list * LibASL.Value.AST.l * AST.stmt list) ->
unitval getInstruction :
LibASL.Value.AST.l ->
t ->
AST.ident ->
AST.encoding * AST.stmt list option * bool * AST.stmt listval addInstruction :
LibASL.Value.AST.l ->
t ->
AST.ident ->
(AST.encoding * AST.stmt list option * bool * AST.stmt list) ->
unit