$OpenBSD: patch-src_prelude_List_Difference_hs,v 1.1 2004/07/13 11:39:12 espie Exp $
--- src/prelude/List/Difference.hs.orig	Tue Jul 13 13:10:49 2004
+++ src/prelude/List/Difference.hs	Tue Jul 13 13:11:44 2004
@@ -2,7 +2,7 @@ module List where
 
 import Delete
 
-infix 5 \\
+infix 5 \\ -- XXX preproc
 
 -- list difference (non-associative).  In the result of xs \\ ys,
 -- the first occurrence of each element of ys in turn (if any)
