aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtMisc.mli
diff options
context:
space:
mode:
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