src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Sat, 13 Aug 2011 15:59:26 +0200
changeset 44182 ecb51b457064
parent 35849 b5522b51cb1e
permissions -rw-r--r--
clarified node header -- exclude master_dir;

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end