diff options
| author | herbelin | 2003-05-19 17:28:48 +0000 |
|---|---|---|
| committer | herbelin | 2003-05-19 17:28:48 +0000 |
| commit | 4f17ea4dcc68bb4619dbf2b8578333288f145fe5 (patch) | |
| tree | 73ec3735871a77aee67ec91b97996820aac54623 /tactics/equality.mli | |
| parent | d4e19c55d6f126981ed2fdd8cb31ad9901feacb1 (diff) | |
Restructuration des procédures de filtrage
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4032 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/equality.mli')
| -rw-r--r-- | tactics/equality.mli | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tactics/equality.mli b/tactics/equality.mli index 88e286e51b..e62b8260aa 100644 --- a/tactics/equality.mli +++ b/tactics/equality.mli @@ -40,18 +40,6 @@ val general_rewrite_in : bool -> identifier -> constr with_bindings -> tactic val conditional_rewrite_in : bool -> identifier -> tactic -> constr with_bindings -> tactic -(* usage : abstract_replace (eq,sym_eq) (eqt,sym_eqt) c2 c1 unsafe gl - - eq,symeq : equality on Set and its symmetry theorem - eqt,sym_eqt : equality on Type and its symmetry theorem - c2 c1 : c1 is to be replaced by c2 - unsafe : If true, do not check that c1 and c2 are convertible - gl : goal -*) - -val abstract_replace : - constr * constr -> constr * constr -> constr -> constr -> bool -> tactic - val replace : constr -> constr -> tactic type elimination_types = |
