src/HOL/Main.thy
author blanchet
Thu, 29 Oct 2009 12:29:31 +0100
changeset 33567 3b8fc89a52b7
parent 33562 b1e2830ee31a
child 34897 cf9e3426c7b1
permissions -rw-r--r--
readded Predicate_Compile to Main

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