src/HOL/Main.thy
author smolkas
Wed, 28 Nov 2012 12:25:43 +0100
changeset 50267 1da2e67242d6
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
moved thms_of_name to Sledgehammer_Util and removed copies, updated references

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