lean4-htt/tests/lean/1705.lean.expected.out
Parth Shastri 92dec7e864
feat: allow structures to have non-bracketed binders (#8671)
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
```
2025-06-17 17:40:18 +00:00

2 lines
58 B
Text

1705.lean:1:22-1:23: error: type expected, got
(R : ?m)