src/CTT/Main.thy
author paulson
Wed, 19 Jul 2006 11:55:26 +0200
changeset 20153 6ff5d35749b0
parent 17441 5b5feca0344a
child 35762 af3ff2ba4c54
permissions -rw-r--r--
Fixed the bugs introduced by the last commit! Output is now *identical* to that produced by the old version, based on a-lists.


(* $Id$ *)

header {* Main includes everything *}

theory Main
imports CTT Arith Bool
begin
end