src/HOL/Main.thy
author haftmann
Thu, 29 Oct 2009 11:41:36 +0100
changeset 33318 ddd97d9dfbfb
parent 33250 5c2af18a3237
child 33562 b1e2830ee31a
permissions -rw-r--r--
moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly

header {* Main HOL *}

theory Main
imports Plain Nitpick Predicate_Compile Recdef
begin

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

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

end