src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Thu, 04 Oct 2012 20:14:40 +0200
changeset 49702 696e91c0bc80
parent 35849 b5522b51cb1e
permissions -rw-r--r--
separate module Pretty_Tooltip;

(*  Author: Clemens Ballarin, started 17 July 1997

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

theory Polynomial
imports LongDiv
begin

end