src/HOL/Algebra/poly/Polynomial.thy
author aspinall
Fri, 30 Sep 2005 18:18:34 +0200
changeset 17740 fc385ce6187d
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
Add icon for interface.

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

theory Polynomial
imports LongDiv
begin

end