src/HOL/Algebra/poly/Polynomial.thy
author haftmann
Fri, 11 Jun 2010 17:14:02 +0200
changeset 37407 61dd8c145da7
parent 35849 b5522b51cb1e
permissions -rw-r--r--
declare lex_prod_def [code del]

(*  Author: Clemens Ballarin, started 17 July 1997

Summary theory of the development of (not instantiated) polynomials.
*)

theory Polynomial
imports LongDiv
begin

end