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