src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Fri, 15 Aug 2008 15:50:52 +0200
changeset 27885 76b51cd0a37c
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
renamed T.source_of' to T.source_position_of;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7998
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
     1
(*
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
     2
    Summary theory of the development of (not instantiated) polynomials
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
     3
    $Id$
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
     4
    Author: Clemens Ballarin, started 17 July 1997
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
     5
*)
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
     6
17733
25ffdae37db1 converted to Isar theory format;
wenzelm
parents: 7998
diff changeset
     7
theory Polynomial
25ffdae37db1 converted to Isar theory format;
wenzelm
parents: 7998
diff changeset
     8
imports LongDiv
25ffdae37db1 converted to Isar theory format;
wenzelm
parents: 7998
diff changeset
     9
begin
7998
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
    10
17733
25ffdae37db1 converted to Isar theory format;
wenzelm
parents: 7998
diff changeset
    11
end