src/HOL/Main.thy
author wenzelm
Sun, 11 Apr 2010 14:04:10 +0200
changeset 36104 fecb587a1d0e
parent 35284 9edc2bd6d2bd
child 36899 bcd6fce5bf06
permissions -rw-r--r--
of_sort_derivation: weaken bypasses derivation for identical sort -- accomodate proof terms by krauss/schropp, for example;

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