src/HOL/UNITY/ListOrder.thy
author paulson
Mon, 05 Mar 2001 15:25:11 +0100
changeset 11193 851c90b23a9e
parent 6810 731c848f6f0c
child 12338 de0f4a63baa5
permissions -rw-r--r--
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
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