src/HOL/UNITY/ListOrder.thy
author paulson
Thu, 10 Jun 1999 10:38:41 +0200
changeset 6810 731c848f6f0c
parent 6708 62beb3336b02
child 12338 de0f4a63baa5
permissions -rw-r--r--
using the new GenPrefix theory

(*  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