src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Mon, 25 Feb 2013 11:07:02 +0100
changeset 51270 17d30843fc3b
parent 35849 b5522b51cb1e
permissions -rw-r--r--
reconsider 'pretty_setmargin' as "control" command (instead of "diag") -- it is stateful and Proof General legacy;

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end