src/HOL/Main.thy
author blanchet
Tue, 05 Oct 2010 11:45:10 +0200
changeset 39953 aa54f347e5e2
parent 38393 7c045c03598f
child 40121 e7a80c6752c9
permissions -rw-r--r--
hide uninteresting MESON/Metis constants and facts and remove "meson_" prefix to (now hidden) fact names

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