aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/hipattern.mli
diff options
context:
space:
mode:
authorGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-03-18 14:17:00 +0000
committerGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-03-18 14:17:00 +0000
commit65f1600d6c405792bcb6831549622ce4afcd7621 (patch)
tree0b90157ff3f5cc651eefb0d5020ea0d682edc42e /tactics/hipattern.mli
parent19ae95167aa57280c6f5397b67aea771cbd8b77c (diff)
appel de Simplify depuis Coq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6854 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/hipattern.mli')
-rw-r--r--tactics/hipattern.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/hipattern.mli b/tactics/hipattern.mli
index d34361ac4..04d4566cb 100644
--- a/tactics/hipattern.mli
+++ b/tactics/hipattern.mli
@@ -37,8 +37,6 @@ open Proof_trees
intersection of the free-rels of the term and the current stack be
contained in the arguments of the application *)
-val is_imp_term : constr -> bool
-
(*s I implemented the following functions which test whether a term [t]
is an inductive but non-recursive type, a general conjuction, a
general disjunction, or a type with no constructors.