src/HOL/UNITY/ListOrder.thy
author wenzelm
Sun, 15 Oct 2000 19:50:35 +0200
changeset 10220 2a726de6e124
parent 6810 731c848f6f0c
child 12338 de0f4a63baa5
permissions -rw-r--r--
proper symbol markup with \isamath, \isatext; support sub/super scripts:
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
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