Temporary commit

This commit is contained in:
Dmitry Boulytchev 2018-02-15 23:51:23 +03:00
parent b0534bf25a
commit 6bf111fc35

View file

@ -47,7 +47,7 @@ let _ =
val eval : state -> expr -> int
Takes a state and an expression, andreturns the value of the expression in
Takes a state and an expression, and returns the value of the expression in
the given state.
*)
let rec eval st expr =