src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Sat, 30 Dec 2006 16:08:06 +0100
changeset 21966 edab0ecfbd7c
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
removed misleading OuterLex.eq_token;

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

theory Polynomial
imports LongDiv
begin

end