src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Fri, 15 Aug 2008 15:50:52 +0200
changeset 27885 76b51cd0a37c
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
renamed T.source_of' to T.source_position_of;

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

theory Polynomial
imports LongDiv
begin

end