src/HOL/UNITY/ListOrder.thy
author paulson
Wed, 23 Feb 2000 10:45:08 +0100
changeset 8286 d4b895d3afa7
parent 6810 731c848f6f0c
child 12338 de0f4a63baa5
permissions -rw-r--r--
not working yet. partial conversion to use "rename" instead of "extend"

(*  Title:      HOL/UNITY/ListOrder
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1998  University of Cambridge

Lists are partially ordered by the prefix relation
*)

ListOrder = GenPrefix +

instance list :: (term) order
    (prefix_refl,prefix_trans,prefix_antisym,prefix_less_le)

end