src/HOL/Main.thy
author haftmann
Mon, 25 Oct 2010 13:34:57 +0200
changeset 40121 e7a80c6752c9
parent 38393 7c045c03598f
child 40178 00152d17855b
permissions -rw-r--r--
moved sledgehammer to Plain; tuned dependencies

header {* Main HOL *}

theory Main
imports Plain Record Predicate_Compile Nitpick SMT Quotient
begin

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

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

end