src/HOL/Main.thy
author wenzelm
Sat, 09 Jan 2010 16:31:19 +0100
changeset 34296 5f454603228b
parent 33567 3b8fc89a52b7
child 34897 cf9e3426c7b1
permissions -rw-r--r--
tuned isatest ML_OPTIONS;

header {* Main HOL *}

theory Main
imports Plain Nitpick Predicate_Compile
begin

text {*
  Classical Higher-order Logic -- only ``Main'', excluding real and
  complex numbers etc.
*}

text {* See further \cite{Nipkow-et-al:2002:tutorial} *}

end