Intermediate

This commit is contained in:
Dmitry Boulytchev 2018-02-25 14:59:59 +03:00
parent f4ee6c5c5e
commit 4847ee60fb
3 changed files with 8 additions and 8 deletions

View file

@ -94,7 +94,7 @@ module Stmt =
(* Statement evaluator
val eval : config -> t -> config
val eval : config -> t -> config
Takes a configuration and a statement, and returns another configuration
*)