src/HOL/Algebra/poly/Polynomial.thy
author nipkow
Sun, 15 Feb 2009 16:25:16 +0100
changeset 29923 24f56736c56f
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
added finite_set_choice

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

theory Polynomial
imports LongDiv
begin

end