src/HOL/Main.thy
author wenzelm
Sat, 21 Nov 2009 17:01:44 +0100
changeset 33834 7c06e19f717c
parent 33567 3b8fc89a52b7
child 34897 cf9e3426c7b1
permissions -rw-r--r--
adapted local theory operations -- eliminated odd kind;

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