src/HOL/Main.thy
author wenzelm
Mon, 16 Apr 2012 21:53:11 +0200
changeset 47498 e3fc50c7da13
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
updated and clarified OF/MRS;

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