src/HOL/Algebra/poly/Polynomial.thy
author haftmann
Tue, 09 Jun 2009 22:59:54 +0200
changeset 31596 c96d7e5df659
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
tuned whitespace

(*
    Summary theory of the development of (not instantiated) polynomials
    $Id$
    Author: Clemens Ballarin, started 17 July 1997
*)

theory Polynomial
imports LongDiv
begin

end