src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Sat, 03 Mar 2012 17:46:50 +0100
changeset 46773 94259b352ed3
parent 35849 b5522b51cb1e
permissions -rw-r--r--
tuned;

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end