src/HOL/Main.thy
author haftmann
Thu, 12 Aug 2010 17:56:41 +0200
changeset 38393 7c045c03598f
parent 36899 bcd6fce5bf06
child 40121 e7a80c6752c9
permissions -rw-r--r--
group record-related ML files

header {* Main HOL *}

theory Main
imports Plain Record 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