Zulip Chat Archive

Stream: new members

Topic: Automation to make proof more readable


Iocta (Mar 22 2024 at 21:56):

Is there any automation tooling, eg to take a proof that uses rw/simp and turn it into a calc proof so I can see the progress more directly in the code? It would be easier to follow if I could see the state, but it's kinda annoying to write it all out myself.

Richard Osborn (Mar 22 2024 at 22:03):

There is a prototype for such a tactic called calcify. I believe this is the repository for it.


Last updated: May 02 2025 at 03:31 UTC