src/HOL/UNITY/ListOrder.thy
author wenzelm
Sat, 01 Dec 2001 18:52:32 +0100
changeset 12338 de0f4a63baa5
parent 6810 731c848f6f0c
child 13798 4c1a53627500
permissions -rw-r--r--
renamed class "term" to "type" (actually "HOL.type");

(*  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 :: (type) order
    (prefix_refl,prefix_trans,prefix_antisym,prefix_less_le)

end