# HG changeset patch # User obua # Date 1117363300 -7200 # Node ID e8c169d6f1915d6b4808ad888648ee3f889c0903 # Parent cf468b93a02e2c0800b8e53257e03d5b907b0dd3 Removes an inconsistent definition from Library.thy , so that the lexical order is the standard order for lists. The prefix order is not built any more. diff -r cf468b93a02e -r e8c169d6f191 src/HOL/Library/Library.thy --- a/src/HOL/Library/Library.thy Sun May 29 12:39:12 2005 +0200 +++ b/src/HOL/Library/Library.thy Sun May 29 12:41:40 2005 +0200 @@ -16,7 +16,7 @@ While_Combinator Word Zorn - List_Prefix + (*List_Prefix*) Char_ord List_lexord begin