src/HOL/Algebra/abstract/Abstract.thy
author haftmann
Fri, 27 Nov 2009 08:41:10 +0100
changeset 33963 977b94b64905
parent 27541 9e585e99b494
child 35849 b5522b51cb1e
permissions -rw-r--r--
renamed former datatype.ML to datatype_data.ML; datatype.ML provides uniform view on datatype.ML and datatype_rep_proofs.ML
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 abstract algebra
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
27541
9e585e99b494 tuned import
haftmann
parents: 16417
diff changeset
     7
theory Abstract
9e585e99b494 tuned import
haftmann
parents: 16417
diff changeset
     8
imports RingHomo Field
9e585e99b494 tuned import
haftmann
parents: 16417
diff changeset
     9
begin
13783
3294f727e20d Fixed term order for normal form in rings.
ballarin
parents: 7998
diff changeset
    10
3294f727e20d Fixed term order for normal form in rings.
ballarin
parents: 7998
diff changeset
    11
end