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 5359c15..632ac79 100644
--- a/src/trace/smtMisc.mli
+++ b/src/trace/smtMisc.mli
@@ -12,7 +12,7 @@
val cInt_tbl : (int, CoqInterface.constr) Hashtbl.t
val mkInt : int -> CoqInterface.constr
-type 'a gen_hashed = { index : int; hval : 'a; }
+type 'a gen_hashed = { index : int; mutable hval : 'a; }
val mklApp : CoqInterface.constr Lazy.t -> CoqInterface.constr array -> CoqInterface.constr
val string_of_name_def : string -> CoqInterface.name -> string
val string_coq_constr : CoqInterface.constr -> string