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.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trace/smtMisc.ml') diff --git a/src/trace/smtMisc.ml b/src/trace/smtMisc.ml index 2080a64..e4747dd 100644 --- a/src/trace/smtMisc.ml +++ b/src/trace/smtMisc.ml @@ -21,7 +21,7 @@ let mkInt i = ci (** Generic representation of shared object *) -type 'a gen_hashed = { index : int; hval : 'a } +type 'a gen_hashed = { index : int; mutable hval : 'a } (** Functions over constr *) -- cgit