src/HOL/Main.thy
author huffman
Fri, 27 Jul 2012 17:57:31 +0200
changeset 48559 686cc7c47589
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
give Nat_Arith simprocs proper name bindings by using simproc_setup

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