src/HOL/UNITY/ListOrder.thy
author wenzelm
Mon, 13 Mar 2000 13:21:39 +0100
changeset 8434 5e4bba59bfaa
parent 6810 731c848f6f0c
child 12338 de0f4a63baa5
permissions -rw-r--r--
use HOLogic.Not; export indexify_names;

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