# HG changeset patch # User haftmann # Date 1265807522 -3600 # Node ID 59b41ba431b5db40febdd4641f40ea0988d893ba # Parent 88cc65ae046e347fec3cae137b06283af7fb32bb revert uninspired Structure_Syntax experiment diff -r 88cc65ae046e -r 59b41ba431b5 src/HOL/IsaMakefile --- a/src/HOL/IsaMakefile Wed Feb 10 14:12:02 2010 +0100 +++ b/src/HOL/IsaMakefile Wed Feb 10 14:12:02 2010 +0100 @@ -397,7 +397,6 @@ Library/Library/document/root.tex Library/Library/document/root.bib \ Library/Transitive_Closure_Table.thy Library/While_Combinator.thy \ Library/Product_ord.thy Library/Char_nat.thy \ - Library/Structure_Syntax.thy \ Library/Sublist_Order.thy Library/List_lexord.thy \ Library/Coinductive_List.thy Library/AssocList.thy \ Library/Formal_Power_Series.thy Library/Binomial.thy \ diff -r 88cc65ae046e -r 59b41ba431b5 src/HOL/Library/Library.thy --- a/src/HOL/Library/Library.thy Wed Feb 10 14:12:02 2010 +0100 +++ b/src/HOL/Library/Library.thy Wed Feb 10 14:12:02 2010 +0100 @@ -51,7 +51,6 @@ RBT SML_Quickcheck State_Monad - Structure_Syntax Sum_Of_Squares Transitive_Closure_Table Univ_Poly diff -r 88cc65ae046e -r 59b41ba431b5 src/HOL/Library/Structure_Syntax.thy --- a/src/HOL/Library/Structure_Syntax.thy Wed Feb 10 14:12:02 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -(* Author: Florian Haftmann, TU Muenchen *) - -header {* Index syntax for structures *} - -theory Structure_Syntax -imports Pure -begin - -syntax - "_index1" :: index ("\<^sub>1") -translations - (index) "\<^sub>1" => (index) "\<^bsub>\\<^esub>" - -end