File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -538,6 +538,10 @@ Explicit Universes
538538 | Type
539539 | _
540540 | @qualid
541+ sort_quality_var ::= Prop
542+ | SProp
543+ | Type
544+ | @qualid
541545 sort_poly_decl ::= @%{ {? {* @ident } {| %| | ; } } {* @ident } {? + } {? %| {*, @sort_poly_constraint } {? + } } %}
542546 cumul_sort_poly_decl ::= @%{ {? { * @ident } {| %| | ; } } {* {? {| + | = | * } } @ident } {? + } {? %| {*, @sort_poly_constraint } {? + } } %}
543547 sort_poly_constraint ::= @universe_name {| < | = | <= } @universe_name
@@ -810,7 +814,7 @@ All sort quality variables must be explicitly bound.
810814
811815 Polymorphic Definition sort'@{s | u |} := Type@{s|u}.
812816
813- To help the parser, both `| ` in the :n: `@univ_decl ` are required.
817+ To help the parser, both `| ` in the :n: `@sort_poly_decl ` are required.
814818
815819Sort quality variables of a sort polymorphic definition may be
816820instantiated by the concrete values `SProp `, `Prop ` and `Type ` or by a
You can’t perform that action at this time.
0 commit comments