src/HOL/Main.thy
author wenzelm
Sat, 18 Jun 2011 21:03:52 +0200
changeset 43448 90aec5043461
parent 42695 a94ad372b2f5
child 44324 d972b91ed09d
permissions -rw-r--r--
more robust caret painting wrt. surrogate characters; discontinued glyphvector drawing -- less special cases;

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