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.
This was mentioned as a TODO in Feedback.sml, and I need it for some error reporting work I'm doing. Adds a source_location field to error_record, and migrates most uses of the HOL_ERR constructor to either use incomplete pattern matching or mk_HOL_ERR instead.
This was mentioned as a TODO in
Feedback.sml
, and I need it for some error reporting work I'm doing. Adds asource_location
field toerror_record
, and migrates most uses of theHOL_ERR
constructor to either use incomplete pattern matching ormk_HOL_ERR
instead.