src/HOL/Algebra/poly/Polynomial.thy
author haftmann
Fri, 23 Nov 2007 21:09:32 +0100
changeset 25459 d1dce7d0731c
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
deleted card definition as code lemma; authentic syntax for card

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

theory Polynomial
imports LongDiv
begin

end