diff options
| author | Maxime Dénès | 2017-06-14 18:14:11 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-14 18:14:11 +0200 |
| commit | e70bec8fba8b15155aca41812225fcf42e1408e0 (patch) | |
| tree | 61839562df10cac70103a4250a45de278547b9c5 /printing | |
| parent | 42843f73e30eae57684269479193389242a0c1b1 (diff) | |
| parent | b36448114c3853311e31f533657a4d4e78b2820c (diff) | |
Merge PR#765: Remove obsolete Show commands
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/ppvernac.ml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml index 781af47892..9d28bc4f84 100644 --- a/printing/ppvernac.ml +++ b/printing/ppvernac.ml @@ -561,17 +561,13 @@ open Decl_kinds | GoalUid n -> spc () ++ str n in let pr_showable = function | ShowGoal n -> keyword "Show" ++ pr_goal_reference n - | ShowGoalImplicitly n -> keyword "Show Implicit Arguments" ++ pr_opt int n | ShowProof -> keyword "Show Proof" - | ShowNode -> keyword "Show Node" | ShowScript -> keyword "Show Script" | ShowExistentials -> keyword "Show Existentials" | ShowUniverses -> keyword "Show Universes" - | ShowTree -> keyword "Show Tree" | ShowProofNames -> keyword "Show Conjectures" | ShowIntros b -> keyword "Show " ++ (if b then keyword "Intros" else keyword "Intro") | ShowMatch id -> keyword "Show Match " ++ pr_reference id - | ShowThesis -> keyword "Show Thesis" in return (pr_showable s) | VernacCheckGuard -> |
