src/HOL/Main.thy
author huffman
Wed, 07 Dec 2011 10:50:30 +0100
changeset 45775 6c340de26a0d
parent 44918 6a80fbc4e72c
child 45990 b7b905b23b2a
permissions -rw-r--r--
add cancellation simprocs for type enat

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