src/HOL/Main.thy
author haftmann
Mon, 28 Jun 2010 15:32:26 +0200
changeset 37606 b47dd044a1f1
parent 36899 bcd6fce5bf06
child 38393 7c045c03598f
permissions -rw-r--r--
inner_simps is not enough, need also local facts

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