src/CTT/Main.thy
author Christian Sternagel
Thu, 30 Aug 2012 13:38:27 +0900
changeset 49089 cd73b439cbe5
parent 35762 af3ff2ba4c54
child 58889 5b7a9633cfa8
permissions -rw-r--r--
added theory instantiating type class order for list prefixes

header {* Main includes everything *}

theory Main
imports CTT Arith Bool
begin
end