We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
structure RecS where n : Nat recS : Option RecS := none /-- error: fields missing: 'recS' -/ #guard_msgs in #check ({ n := 0 } : RecS)
The text was updated successfully, but these errors were encountered:
chore: add test for recursive structures
d552bef
Closes leanprover#6140. This was fixed by leanprover#6125.
chore: add test for recursive structures (#6173)
d3cb812
Closes #6140. This was fixed by #6125.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: