logoalt Hacker News

j2kunyesterday at 4:30 PM1 replyview on HN

This just means that it operates on the (debug text form of the) intermediate representation of a compiler.


Replies

proof_by_vibesyesterday at 4:45 PM

Not necessarily. Theorem provers provide goals that can serve the same function as "debug text." Instead of interpreting the natural language chosen by the dev who wrote the compiler, these goals provide concrete, type-accurate statements that indicate the progress of an ongoing proof.

show 1 reply