src/HOL/Main.thy
author haftmann
Wed, 02 Jun 2010 16:24:14 +0200
changeset 37292 12a514e0319a
parent 36899 bcd6fce5bf06
child 38393 7c045c03598f
permissions -rw-r--r--
HOL-Proofs is based in Main.thy

header {* Main HOL *}

theory Main
imports Plain Predicate_Compile Nitpick SMT
begin

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

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

end