src/HOL/Algebra/poly/Polynomial.thy
author wenzelm
Fri, 19 Jan 2007 22:10:35 +0100
changeset 22124 27b674312b2f
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
renamed Isar/isar_output.ML to Thy/thy_output.ML; tuned messages; Antiquote.scan_arguments (moved from here); moved ML context stuff to from Context to ML_Context;
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