aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-14 18:14:11 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-14 18:14:11 +0200
commite70bec8fba8b15155aca41812225fcf42e1408e0 (patch)
tree61839562df10cac70103a4250a45de278547b9c5 /intf
parent42843f73e30eae57684269479193389242a0c1b1 (diff)
parentb36448114c3853311e31f533657a4d4e78b2820c (diff)
Merge PR#765: Remove obsolete Show commands
Diffstat (limited to 'intf')
-rw-r--r--intf/vernacexpr.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/intf/vernacexpr.ml b/intf/vernacexpr.ml
index ab440c6b7..cabd06735 100644
--- a/intf/vernacexpr.ml
+++ b/intf/vernacexpr.ml
@@ -96,17 +96,13 @@ type locatable =
type showable =
| ShowGoal of goal_reference
- | ShowGoalImplicitly of int option
| ShowProof
- | ShowNode
| ShowScript
| ShowExistentials
| ShowUniverses
- | ShowTree
| ShowProofNames
| ShowIntros of bool
| ShowMatch of reference
- | ShowThesis
type comment =
| CommentConstr of constr_expr