src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Wed, 08 Aug 2012 11:53:14 +0200
changeset 48728 f6bee47063dc
parent 35849 b5522b51cb1e
permissions -rw-r--r--
updated ML settings;

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end