src/CTT/Main.thy
author paulson
Thu, 06 Sep 2007 17:03:53 +0200
changeset 24547 64c20ee76bc1
parent 17441 5b5feca0344a
child 35762 af3ff2ba4c54
permissions -rw-r--r--
Vampire structured proofs. Better parsing; some bug fixes.


(* $Id$ *)

header {* Main includes everything *}

theory Main
imports CTT Arith Bool
begin
end