aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/first-order/formula.mli
diff options
context:
space:
mode:
authorGravatar corbinea <corbinea@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-06-15 17:21:37 +0000
committerGravatar corbinea <corbinea@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-06-15 17:21:37 +0000
commit6df339ed3ed3fb7dfa8f63b0f7e33a43daa26249 (patch)
tree6776b2b7db5f3a6e93ec17796c696eaeb27b96dd /contrib/first-order/formula.mli
parent74d595d367782c448e69616e65e425f065887f7f (diff)
Ground major update ... mmm, sounds exciting !
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4167 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/first-order/formula.mli')
-rw-r--r--contrib/first-order/formula.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/first-order/formula.mli b/contrib/first-order/formula.mli
index 815657f54..cbf3dc152 100644
--- a/contrib/first-order/formula.mli
+++ b/contrib/first-order/formula.mli
@@ -39,7 +39,6 @@ type kind_of_formula =
| Exists of inductive*constr list
| Forall of constr*constr
| Atom of constr
- | Evaluable of Names.evaluable_global_reference * Term.constr
val kind_of_formula : Proof_type.goal Tacmach.sigma ->
constr -> kind_of_formula
@@ -58,7 +57,6 @@ type right_pattern =
| Rfalse
| Rforall
| Rexists of metavariable*constr*bool
- | Revaluable of Names.evaluable_global_reference
type left_arrow_pattern=
LLatom
@@ -68,7 +66,6 @@ type left_arrow_pattern=
| LLforall of constr
| LLexists of inductive*constr list
| LLarrow of constr*constr*constr
- | LLevaluable of Names.evaluable_global_reference
type left_pattern=
Lfalse
@@ -76,7 +73,6 @@ type left_pattern=
| Lor of inductive
| Lforall of metavariable*constr*bool
| Lexists of inductive
- | Levaluable of Names.evaluable_global_reference
| LA of constr*left_arrow_pattern
type t={id: global_reference;