src/HOL/Main.thy
author nipkow
Mon, 09 Feb 2009 18:50:10 +0100
changeset 29849 a2baf1b221be
parent 29820 07f53494cf20
child 29888 ab97183f1694
permissions -rw-r--r--
new attribute "arith" for facts supplied to arith.

header {* Main HOL *}

theory Main
imports Plain Code_Eval Map Nat_Int_Bij Recdef SAT
begin

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

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

end