aboutsummaryrefslogtreecommitdiffstats
path: root/src/lia/lia.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/lia/lia.mli')
-rw-r--r--src/lia/lia.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lia/lia.mli b/src/lia/lia.mli
index 93361f2..9d4ee6b 100644
--- a/src/lia/lia.mli
+++ b/src/lia/lia.mli
@@ -12,7 +12,7 @@
val pos_of_int : int -> Structures.Micromega_plugin_Micromega.positive
val z_of_int : int -> Structures.Micromega_plugin_Micromega.z
-type my_tbl = { tbl : (SmtAtom.hatom, int) Hashtbl.t; mutable count : int; }
+type my_tbl
val get_atom_var : my_tbl -> SmtAtom.hatom -> int
val create_tbl : int -> my_tbl
val smt_Atom_to_micromega_pos :
@@ -36,8 +36,6 @@ val smt_Atom_to_micromega_formula :
SmtAtom.hatom ->
Structures.Micromega_plugin_Micromega.z
Structures.Micromega_plugin_Micromega.formula
-val default_constr : Term.constr
-val default_tag : Structures.Micromega_plugin_Mutils.Tag.t
val binop_array :
('a -> 'b -> 'c) -> 'a -> ('c -> 'c -> 'c) -> 'c -> 'b array -> 'c
val smt_Form_to_coq_micromega_formula :