diff options
| author | Gaëtan Gilbert | 2017-09-27 16:54:41 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2017-10-10 23:50:25 +0200 |
| commit | 74826c1869a423b4e7224d3f69180584bdef1726 (patch) | |
| tree | 961375ac1a3e386271eaa2b33a49349f38e12fed /intf | |
| parent | a627891e0505e7da7afcb56c79d2058ebf058694 (diff) | |
Parse [Proof using Type] without translating Type to an id.
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.ml | 1 |
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 |
