diff options
| author | Théo Zimmermann | 2017-06-12 11:22:38 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-06-12 11:23:21 +0200 |
| commit | 6cd14bf253f681d0465f8dce1d84a54a4f104d9c (patch) | |
| tree | e7fb6bf346c09ff0cb705f299bdf9af6d941a808 /printing | |
| parent | 76f97eac9e0b6eee76469b2a00a9c157caa3da8a (diff) | |
Remove non-working Show Tree and Show Node commands.
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/ppvernac.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml index 2633cdd6b5..81f41cba13 100644 --- a/printing/ppvernac.ml +++ b/printing/ppvernac.ml @@ -562,11 +562,9 @@ open Decl_kinds let pr_showable = function | ShowGoal n -> keyword "Show" ++ pr_goal_reference 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 |
