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 ``` |
||
|---|---|---|
| .. | ||
| Basic.lean | ||
| Builtin.lean | ||
| ConstructorAsVariable.lean | ||
| Deprecated.lean | ||
| List.lean | ||
| MissingDocs.lean | ||
| Omit.lean | ||
| Sets.lean | ||
| UnusedVariables.lean | ||
| Util.lean | ||