src/HOL/Main.thy
author wenzelm
Sat, 27 Mar 2010 18:12:02 +0100
changeset 35991 6ba552658807
parent 35284 9edc2bd6d2bd
child 36899 bcd6fce5bf06
permissions -rw-r--r--
merged

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