src/HOL/Algebra/poly/Polynomial.thy
author blanchet
Mon, 21 May 2012 10:39:31 +0200
changeset 47944 e6b51fab96f7
parent 35849 b5522b51cb1e
permissions -rw-r--r--
added helper -- cf. SET616^5

(*  Author: Clemens Ballarin, started 17 July 1997

Summary theory of the development of (not instantiated) polynomials.
*)

theory Polynomial
imports LongDiv
begin

end