quote4
quote4 copied to clipboard
Intuitive, type-safe expression quotations for Lean 4.
Since `Simproc.ofQ` is a higher order function, it's good to inline or specialize it.
This will require a mathlib patch
Either diagnose and fix, or at very least comment out.
When quoted data is declared using the `variable` command, occurrence highlighting picks up a lot of irrelevant stuff. ### Lean version ``` Lean 4.22.0-rc3 Target: arm64-apple-darwin23.6.0 macOS ``` ### `quote4`...
This follows up on #88 This also fixes semantic highlighting: 