src/HOL/Main.thy
author blanchet
Wed, 28 Oct 2009 18:09:30 +0100
changeset 33562 b1e2830ee31a
parent 33250 5c2af18a3237
parent 33561 ab01b72715ef
child 33567 3b8fc89a52b7
permissions -rw-r--r--
merged my Auto Nitpick change with Lukas's Predicate Compiler changes

header {* Main HOL *}

theory Main
imports Plain Nitpick
begin

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

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

end