src/HOL/Main.thy
author bulwahn
Tue, 07 Sep 2010 11:51:53 +0200
changeset 39190 a2775776be3f
parent 38393 7c045c03598f
child 40121 e7a80c6752c9
permissions -rw-r--r--
adding code attribute to definition of equality of finite sets for executability of equality of finite sets

header {* Main HOL *}

theory Main
imports Plain Record Predicate_Compile Nitpick SMT
begin

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

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

end