src/HOL/Main.thy
author haftmann
Wed, 27 Jan 2010 14:03:08 +0100
changeset 34972 cc1d4c3ca9db
parent 34897 cf9e3426c7b1
child 35222 4f1fba00f66d
permissions -rw-r--r--
merged

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