src/HOL/Main.thy
author blanchet
Thu, 31 Jan 2013 17:54:05 +0100
changeset 51003 198cb05fb35b
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
report (MeSh, MePo, MaSh) triple, to be able to use different filters in different slices

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