src/HOL/UNITY/ListOrder.thy
author wenzelm
Sat, 01 Dec 2001 18:52:32 +0100
changeset 12338 de0f4a63baa5
parent 6810 731c848f6f0c
child 13798 4c1a53627500
permissions -rw-r--r--
renamed class "term" to "type" (actually "HOL.type");
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6708
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
     1
(*  Title:      HOL/UNITY/ListOrder
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
     2
    ID:         $Id$
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
     4
    Copyright   1998  University of Cambridge
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
     5
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
     6
Lists are partially ordered by the prefix relation
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
     7
*)
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
     8
6810
731c848f6f0c using the new GenPrefix theory
paulson
parents: 6708
diff changeset
     9
ListOrder = GenPrefix +
6708
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
    10
12338
de0f4a63baa5 renamed class "term" to "type" (actually "HOL.type");
wenzelm
parents: 6810
diff changeset
    11
instance list :: (type) order
6708
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
    12
    (prefix_refl,prefix_trans,prefix_antisym,prefix_less_le)
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
    13
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
    14
end