Skip to content

Conversation

dnezam
Copy link
Contributor

@dnezam dnezam commented Oct 4, 2025

Finally, a PR with a much more reasonable size :)

I've also manually removed some instances of save_thm, which were either behind a map or within a local or let.
In general, I don't think much is gained from using map save_thm instead of using Theorem.
Regarding local, Theorems right before the end need a ;, otherwise unquote seems to get confused on where its end is, leading to syntax problems.
If let is used on the right-hand side of Theorem, it seems that it is necessary to parenthesize it.

@dnezam dnezam changed the title Replace many save_thm instaces with Theorem Replace many save_thm instaces with Theorem in src Oct 4, 2025
@dnezam dnezam changed the title Replace many save_thm instaces with Theorem in src Replace many save_thm instances with Theorem in src Oct 4, 2025
@dnezam
Copy link
Contributor Author

dnezam commented Oct 4, 2025

Oops, forgot to push my local changes...

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

Successfully merging this pull request may close these issues.

1 participant