src/CTT/Main.thy
author huffman
Tue, 23 Aug 2011 14:11:02 -0700
changeset 44457 d366fa5551ef
parent 35762 af3ff2ba4c54
child 58889 5b7a9633cfa8
permissions -rw-r--r--
declare euclidean_simps [simp] at the point they are proved; avoid duplicate rule warnings;

header {* Main includes everything *}

theory Main
imports CTT Arith Bool
begin
end