From bd346e44c8993b758013d98855b71404e4d0ad7f Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Tue, 7 Dec 2021 18:53:40 +0100 Subject: Solved bug in delayed ComDec --- src/trace/smtMisc.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trace/smtMisc.mli') diff --git a/src/trace/smtMisc.mli b/src/trace/smtMisc.mli index a6f5db8..6378627 100644 --- a/src/trace/smtMisc.mli +++ b/src/trace/smtMisc.mli @@ -12,7 +12,7 @@ val cInt_tbl : (int, Structures.constr) Hashtbl.t val mkInt : int -> Structures.constr -type 'a gen_hashed = { index : int; hval : 'a; } +type 'a gen_hashed = { index : int; mutable hval : 'a; } val mklApp : Structures.constr Lazy.t -> Structures.constr array -> Structures.constr val string_of_name_def : string -> Structures.name -> string val string_coq_constr : Structures.constr -> string -- cgit