src/HOL/Algebra/poly/Polynomial.thy
author blanchet
Mon, 30 May 2011 17:00:38 +0200
changeset 43059 95b845a0edce
parent 35849 b5522b51cb1e
permissions -rw-r--r--
make all messages urgent in verbose mode

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end