src/HOL/Algebra/poly/Polynomial.thy
author huffman
Tue, 12 May 2009 11:37:40 -0700
changeset 31161 a27d4254ff4c
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
fix domain package parsing of lhs sort constraints

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

theory Polynomial
imports LongDiv
begin

end