src/HOL/Main.thy
author bulwahn
Wed, 10 Oct 2012 10:48:55 +0200
changeset 49768 3ecfba7e731d
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
adding necessary syntactic functions in set_comprehension_pointfree simproc as a first step to integrate an improved simproc

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