src/HOL/Main.thy
author wenzelm
Sat, 14 May 2011 12:40:11 +0200
changeset 42800 df2dc9406287
parent 42695 a94ad372b2f5
child 44324 d972b91ed09d
permissions -rw-r--r--
just one universal Proof.context -- discontinued claset/clasimpset;

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