src/HOL/Main.thy
author blanchet
Tue, 10 Nov 2009 13:54:00 +0100
changeset 33583 b5e0909cd5ea
parent 33567 3b8fc89a52b7
child 34897 cf9e3426c7b1
permissions -rw-r--r--
merged, and renamed local "TheoryData" to "Data" (following common Isabelle conventions)

header {* Main HOL *}

theory Main
imports Plain Nitpick Predicate_Compile
begin

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

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

end