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
630 stars 142 forks source link

typecheck listener #1346

Closed digama0 closed 1 week ago

digama0 commented 1 week ago

This adds a hook (which is normally set to do nothing) which is called whenever a preterm is elaborated. This is used in the VSCode editor mode so that it can record the locations of subterms together with typing information.

mn200 commented 1 week ago

Cool!