aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/first-order/formula.mli
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/first-order/formula.mli')
-rw-r--r--contrib/first-order/formula.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/first-order/formula.mli b/contrib/first-order/formula.mli
index cbf3dc152..35ae80f59 100644
--- a/contrib/first-order/formula.mli
+++ b/contrib/first-order/formula.mli
@@ -30,7 +30,7 @@ val ind_hyps : int -> inductive -> constr list -> Sign.rel_context array
val match_with_evaluable : Proof_type.goal Tacmach.sigma ->
constr -> (evaluable_global_reference * constr) option
-
+(*
type kind_of_formula =
Arrow of constr*constr
| False of inductive*constr list
@@ -42,7 +42,7 @@ type kind_of_formula =
val kind_of_formula : Proof_type.goal Tacmach.sigma ->
constr -> kind_of_formula
-
+*)
type atoms = {positive:constr list;negative:constr list}
val dummy_id: global_reference