src/HOL/Main.thy
author popescua
Tue, 16 Oct 2012 13:15:58 +0200
changeset 49872 c6a686c9be2a
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
update ROOT with teh directory change in BNF

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