src/HOL/Main.thy
author wenzelm
Mon, 06 Sep 2010 14:18:16 +0200
changeset 39157 b98909faaea8
parent 38393 7c045c03598f
child 40121 e7a80c6752c9
permissions -rw-r--r--
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);

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