diff -r dd58f13a8eb4 -r eb85850d3eb7 src/HOL/Library/List_Prefix.thy --- a/src/HOL/Library/List_Prefix.thy Fri Nov 17 02:19:55 2006 +0100 +++ b/src/HOL/Library/List_Prefix.thy Fri Nov 17 02:20:03 2006 +0100 @@ -159,7 +159,7 @@ subsection {* Parallel lists *} definition - parallel :: "'a list => 'a list => bool" (infixl "\" 50) + parallel :: "'a list => 'a list => bool" (infixl "\" 50) where "(xs \ ys) = (\ xs \ ys \ \ ys \ xs)" lemma parallelI [intro]: "\ xs \ ys ==> \ ys \ xs ==> xs \ ys" @@ -218,7 +218,7 @@ subsection {* Postfix order on lists *} definition - postfix :: "'a list => 'a list => bool" ("(_/ >>= _)" [51, 50] 50) + postfix :: "'a list => 'a list => bool" ("(_/ >>= _)" [51, 50] 50) where "(xs >>= ys) = (\zs. xs = zs @ ys)" lemma postfixI [intro?]: "xs = zs @ ys ==> xs >>= ys"