src/HOL/Algebra/poly/Polynomial.thy
author haftmann
Wed, 14 Jul 2010 14:20:47 +0200
changeset 37819 000049335247
parent 35849 b5522b51cb1e
permissions -rw-r--r--
check without explicit path

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end