src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Fri, 30 Sep 2005 15:17:04 +0200
changeset 17733 25ffdae37db1
parent 7998 3d0c34795831
child 35849 b5522b51cb1e
permissions -rw-r--r--
converted to Isar theory format;

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

theory Polynomial
imports LongDiv
begin

end