src/HOL/Main.thy
author blanchet
Fri, 27 May 2011 10:30:07 +0200
changeset 42994 fe291ab75eb5
parent 42695 a94ad372b2f5
child 44324 d972b91ed09d
permissions -rw-r--r--
towards supporting non-simply-typed encodings for TFF and THF (for orthogonality and experiments)

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