src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Wed, 12 Dec 2012 19:03:49 +0100
changeset 50497 492953de3090
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