src/HOL/Main.thy
author wenzelm
Thu, 09 Jun 2011 23:12:02 +0200
changeset 43333 2bdec7f430d3
parent 42695 a94ad372b2f5
child 44324 d972b91ed09d
permissions -rw-r--r--
renamed Drule.instantiate to Drule.instantiate_normalize to emphasize its meaning as opposed to plain Thm.instantiate;

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