aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorherbelin2002-12-24 11:27:11 +0000
committerherbelin2002-12-24 11:27:11 +0000
commit2a75ae37ec90b1b80c960c498028f13f90b0047e (patch)
tree25df3ae3c4e3df6854ec5c66f87b3c0b244ca40c /tactics
parent61e02070196ff69d8eb5e34dd9628d4b38a808d4 (diff)
code mort
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3481 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tactics.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index eb1829bf6a..8229560b63 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -487,7 +487,9 @@ let apply_without_reduce c gl =
let clause = mk_clenv_type_of wc c in
res_pf kONT clause gl
+(* Dead code
let refinew_scheme kONT clause gl = res_pf kONT clause gl
+*)
(* A useful resolution tactic which, if c:A->B, transforms |- C into
|- B -> C and |- A (which is realized by Cut B;[Idtac|Apply c]