Skip to content
New issue

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

Nested Proof are now allowed with 2.2.5 #1069

Open
thomas-lamiaux opened this issue Mar 25, 2025 · 0 comments
Open

Nested Proof are now allowed with 2.2.5 #1069

thomas-lamiaux opened this issue Mar 25, 2025 · 0 comments

Comments

@thomas-lamiaux
Copy link
Contributor

Nested proof are allowed in 2.2.5, even though they were not before

Definition foo : nat.

  Definition foo2 : bool.
    exact true.
  Defined.

  exact 0.
Defined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant