HOL
HOL copied to clipboard
Local theorems don't show up in search results
Theorem foo[local]:
1 + 2 + 3 = 6:num
Proof
fs []
QED
(* the following don't print anything *)
print_match [] “_ = 6:num”;
print_find "foo";
Can a easy solution be to just ignore locals when in interactive mode since export_theory doesn't work now?