src/HOL/Main.thy
author haftmann
Fri, 24 Feb 2012 09:40:02 +0100
changeset 46638 fc315796794e
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
given up disfruitful branch

header {* Main HOL *}

theory Main
imports Plain Predicate_Compile 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