src/HOL/Main.thy
author krauss
Tue, 26 Oct 2010 12:19:02 +0200
changeset 40172 008dc2d2c395
parent 40121 e7a80c6752c9
child 40178 00152d17855b
permissions -rw-r--r--
added Spec_Rule declaration to partial_function

header {* Main HOL *}

theory Main
imports Plain Record Predicate_Compile Nitpick SMT Quotient
begin

text {*
  Classical Higher-order Logic -- only ``Main'', excluding real and
  complex numbers etc.
*}

text {* See further \cite{Nipkow-et-al:2002:tutorial} *}

end