iris-lean
iris-lean copied to clipboard
Better syntax for pm_terms
Proofmode terms currently use Iris syntax, which specializes terms using a clunky with and $! for Iris and Lean level variables separately.
Is a cleaner syntax possible?
You could just borrow the cases/rcases syntax. It comes with nice code actions.