src/HOL/UNITY/ListOrder.thy
author paulson
Mon, 24 May 1999 15:47:57 +0200
changeset 6708 62beb3336b02
child 6810 731c848f6f0c
permissions -rw-r--r--
lists are partially ordered by the prefix relation
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
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
     9
ListOrder = Prefix +
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
    10
62beb3336b02 lists are partially ordered by the prefix relation
paulson
parents:
diff changeset
    11
instance list :: (term) order
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