src/HOL/Main.thy
author huffman
Fri, 01 Jun 2012 11:55:06 +0200
changeset 48065 8aa05d38299a
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
transfer method now avoids generalizing over free variables that are known to appear in registered transfer rules

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