src/HOL/Main.thy
author haftmann
Wed, 12 May 2010 12:09:28 +0200
changeset 36853 c8e4102b08aa
parent 35284 9edc2bd6d2bd
child 36899 bcd6fce5bf06
permissions -rw-r--r--
modernized specifications; tuned reification

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