src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Mon, 25 Mar 2013 10:37:38 +0100
changeset 51507 ebd5366e7a42
parent 35849 b5522b51cb1e
permissions -rw-r--r--
tuned signature;

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end