added Lattice demo;
authorwenzelm
Mon, 15 Jan 1996 15:50:41 +0100
changeset 1441 7fbe815c18ad
parent 1440 de6f18da81bb
child 1442 7a8a30b11a24
added Lattice demo;
src/HOL/AxClasses/README
--- a/src/HOL/AxClasses/README	Mon Jan 15 15:49:21 1996 +0100
+++ b/src/HOL/AxClasses/README	Mon Jan 15 15:50:41 1996 +0100
@@ -1,10 +1,11 @@
 $Id$
 
-This directory contains some axiomatic type class demos.
-
+This directory contains the following axiomatic type class examples:
 
   Tutorial/     Some simple axclass demos that go along with the paper
                 "Using Axiomatic Type Classes in Isabelle --- a
                 tutorial".
 
-  Group/        Basic group theory with axiomatic type classes.
+  Group/        Some bits of group theory.
+
+  Lattice/      Basic theory of lattices and orders.