This PR allow structures to have non-bracketed binders, making it consistent with `inductive`. The change allows the following to be written instead of having to write `S (n)`: ```lean structure S n where field : Fin n ```
2 lines
58 B
Text
2 lines
58 B
Text
1705.lean:1:22-1:23: error: type expected, got
|
|
(R : ?m)
|