aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tactics.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tactics.ml')
-rw-r--r--tactics/tactics.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index eb1829bf6..8229560b6 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]