src/HOL/Main.thy
author blanchet
Sat, 08 Sep 2012 21:30:31 +0200
changeset 49222 cbe8c859817c
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
for compatiblity with old datatype package: not only "recs" with "s", but also "iters" and their "fld_"/"unf_" variants

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