diff options
| author | clrenard | 2001-07-10 12:14:25 +0000 |
|---|---|---|
| committer | clrenard | 2001-07-10 12:14:25 +0000 |
| commit | 61a4309a1d0fcf9b7ce345142e5be134beb4d966 (patch) | |
| tree | d0d0c614d936cd2302cb0a455ed6c4bf2f8e34f7 /tactics/setoid_replace.mli | |
| parent | 879b392daebf8b58f708ebadc43bda73a4e57d28 (diff) | |
Ajout du .ml pour la tactique Setoid_replace
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1843 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/setoid_replace.mli')
| -rw-r--r-- | tactics/setoid_replace.mli | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli new file mode 100644 index 0000000000..c280bb269f --- /dev/null +++ b/tactics/setoid_replace.mli @@ -0,0 +1,22 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) +(* \VV/ *************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(***********************************************************************) + +(* $Id$ *) + +open Term +open Proof_type + +val equiv_list : unit -> constr list + +val setoid_replace : constr -> constr -> constr option -> tactic + +val setoid_rewriteLR : constr -> tactic + +val setoid_rewriteRL : constr -> tactic + +val general_s_rewrite : bool -> constr -> tactic |
