1open HolKernel Parse boolLib
2
3open thy2Theory
4
5val _ = new_theory "thy3";
6
7val _ = save_thm("TRUTH", TRUTH)
8
9val _ = export_theory();
10