src/HOL/Main.thy
author blanchet
Fri, 06 Feb 2009 13:43:19 +0100
changeset 29820 07f53494cf20
parent 29304 5c71a6da989d
child 29888 ab97183f1694
permissions -rw-r--r--
Rearrange Refute/SAT theory dependencies so as to use even more antiquotations in refute.ML + find/fix Product_Type.{fst,snd}, which are now called simply fst and snd.

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