HOL-Theorem-Prover / HOL

Canonical sources for HOL4 theorem-proving system. Branch develop is where “mainline development” occurs; when develop passes our regression tests, master is merged forward to catch up.
https://hol-theorem-prover.org
Other
606 stars 132 forks source link

[vim-mode] add support for `Proof` modifiers #1196

Closed hrutvik closed 4 months ago

hrutvik commented 4 months ago

Handle things like Proof[exclude_simps thms] as follows:

mn200 commented 4 months ago

Discord chat suggests there is one further change required for this PR to get the vim mode able to apply tactics properly in an Proof-modified block. I will merge once that's also in place.

mn200 commented 4 months ago

Awesome!