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 implements a flag quiet_load which makes load not print to stdErr (but it still throws errors). The qload function is shorthand for running load with quiet_load set to true. This is intended for IDEs that want to preload the opens of a file without getting errors for nonexistent or already open modules.
This implements a flag
quiet_load
which makesload
not print to stdErr (but it still throws errors). Theqload
function is shorthand for runningload
withquiet_load
set totrue
. This is intended for IDEs that want to preload theopen
s of a file without getting errors for nonexistent or already open modules.