src/HOL/Main.thy
author noschinl
Tue, 13 Sep 2011 16:21:48 +0200
changeset 44918 6a80fbc4e72c
parent 44860 56101fa00193
child 45990 b7b905b23b2a
permissions -rw-r--r--
tune simpset for Complete_Lattices

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