Module Cinterpreter.State
The module State is a map that maps each variable to a concrete integer Z.t
val empty : tval find : While_ast.Var.t -> t -> Z.tval add : While_ast.Var.t -> Z.t -> t -> tval iter : (While_ast.Var.t -> Z.t -> unit) -> t -> unitval pp : Stdlib.Format.formatter -> t -> unitval of_list : (string * int) list -> t