src/HOL/Main.thy
author paulson
Sat, 06 Mar 2010 17:19:29 +0000
changeset 35621 1c084dda4c3c
parent 34897 cf9e3426c7b1
child 35222 4f1fba00f66d
permissions -rw-r--r--
simplified

header {* Main HOL *}

theory Main
imports Plain Predicate_Compile Nitpick
begin

text {*
  Classical Higher-order Logic -- only ``Main'', excluding real and
  complex numbers etc.
*}

text {* See further \cite{Nipkow-et-al:2002:tutorial} *}

end