aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorGaëtan Gilbert2017-09-27 16:54:41 +0200
committerGaëtan Gilbert2017-10-10 23:50:25 +0200
commit74826c1869a423b4e7224d3f69180584bdef1726 (patch)
tree961375ac1a3e386271eaa2b33a49349f38e12fed /intf
parenta627891e0505e7da7afcb56c79d2058ebf058694 (diff)
Parse [Proof using Type] without translating Type to an id.
Diffstat (limited to 'intf')
-rw-r--r--intf/vernacexpr.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/intf/vernacexpr.ml b/intf/vernacexpr.ml
index 4a471d4a2b..bc7146884c 100644
--- a/intf/vernacexpr.ml
+++ b/intf/vernacexpr.ml
@@ -236,6 +236,7 @@ type scheme =
type section_subset_expr =
| SsEmpty
+ | SsType
| SsSingl of lident
| SsCompl of section_subset_expr
| SsUnion of section_subset_expr * section_subset_expr