aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/pptactic.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-02-29 11:35:34 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-02-29 13:24:45 +0100
commit6c4fcb156dea5a71fd227606b87333ae00aacb69 (patch)
treea8db7db16d1cec0d6ac21118d704874e0a45000b /printing/pptactic.ml
parent7dd8c2bf4747c94be6f18d7fdd0e3b593f560a2f (diff)
Moving the "generalize dependent" tactic to TACTIC EXTEND.
Diffstat (limited to 'printing/pptactic.ml')
-rw-r--r--printing/pptactic.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml
index b1d6fb0c0..f4007e25e 100644
--- a/printing/pptactic.ml
+++ b/printing/pptactic.ml
@@ -854,11 +854,6 @@ module Make
pr_with_occurrences pr.pr_constr cl ++ pr_as_name na)
l
)
- | TacGeneralizeDep c ->
- hov 1 (
- primitive "generalize" ++ spc () ++ str "dependent"
- ++ pr_constrarg c
- )
| TacLetTac (na,c,cl,true,_) when Locusops.is_nowhere cl ->
hov 1 (primitive "pose" ++ pr_pose pr.pr_constr pr.pr_lconstr na c)
| TacLetTac (na,c,cl,b,e) ->