src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Tue, 29 Mar 2011 23:46:46 +0200
changeset 42158 9bcecd429f77
parent 35849 b5522b51cb1e
permissions -rw-r--r--
merged

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end