src/HOL/Main.thy
author huffman
Tue, 13 Jan 2009 08:58:56 -0800
changeset 29474 674a21226c5a
parent 29304 5c71a6da989d
child 29820 07f53494cf20
permissions -rw-r--r--
define polynomial multiplication using poly_rec

header {* Main HOL *}

theory Main
imports Plain Code_Eval Map Nat_Int_Bij Recdef
begin

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

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

end