author | paulson |
Mon, 24 May 1999 15:47:57 +0200 | |
changeset 6708 | 62beb3336b02 |
parent 6707 | 3b07e62a718c |
child 6709 | 1ca01fc3cca1 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/HOL/UNITY/ListOrder.thy Mon May 24 15:47:57 1999 +0200 @@ -0,0 +1,14 @@ +(* 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 = Prefix + + +instance list :: (term) order + (prefix_refl,prefix_trans,prefix_antisym,prefix_less_le) + +end