Functions without return

This commit is contained in:
Dmitry Boulytchev 2018-04-02 07:00:36 +03:00
parent 0ab54cddbc
commit 7352dc3da8
3 changed files with 60 additions and 37 deletions

View file

@ -22,7 +22,7 @@ type prg = insn list
(* The type for the stack machine configuration: control stack, stack and configuration from statement
interpreter
*)
type config = (prg * State.t) list * int list * Stmt.config
type config = (prg * State.t) list * int list * Expr.config
(* Stack machine interpreter