src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Tue, 10 Jun 2008 19:15:18 +0200
changeset 27125 0733f575b51e
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
tuned proofs -- case_tac *is* available here;

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

theory Polynomial
imports LongDiv
begin

end