src/HOL/Algebra/poly/Polynomial.thy
author nipkow
Mon, 09 Feb 2009 18:50:10 +0100
changeset 29849 a2baf1b221be
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
new attribute "arith" for facts supplied to arith.

(*
    Summary theory of the development of (not instantiated) polynomials
    $Id$
    Author: Clemens Ballarin, started 17 July 1997
*)

theory Polynomial
imports LongDiv
begin

end