aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtMisc.mli
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-12-07 18:53:40 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2021-12-07 18:53:40 +0100
commitbd346e44c8993b758013d98855b71404e4d0ad7f (patch)
tree1776b59de0695a5da15141b80cab144136d2dd54 /src/trace/smtMisc.mli
parent0a459d80f75f0abbc60936c3e5b99d993272ce6b (diff)
downloadsmtcoq-bd346e44c8993b758013d98855b71404e4d0ad7f.tar.gz
smtcoq-bd346e44c8993b758013d98855b71404e4d0ad7f.zip
Solved bug in delayed ComDec
Diffstat (limited to 'src/trace/smtMisc.mli')
-rw-r--r--src/trace/smtMisc.mli2
1 files changed, 1 insertions, 1 deletions
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