src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Sun, 30 Jan 2011 13:02:18 +0100
changeset 41648 6d736d983d5c
parent 35849 b5522b51cb1e
permissions -rw-r--r--
clarified example settings for Proof General;

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end