X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FBag.lhs;fp=compiler%2Futils%2FBag.lhs;h=481dedfd8e48497a2a82d08bcb64d0a34151b958;hb=241fdb3509084d0f00bc62f91cf65ade9df5f0e7;hp=b7e92a332c5221eb9d84a2e9c1d09eeaca49442c;hpb=f96194794bf099020706c3816d1a5678b40addbb;p=ghc-hetmet.git diff --git a/compiler/utils/Bag.lhs b/compiler/utils/Bag.lhs index b7e92a3..481dedf 100644 --- a/compiler/utils/Bag.lhs +++ b/compiler/utils/Bag.lhs @@ -22,6 +22,9 @@ import Outputable import Util ( isSingleton ) import Data.List ( partition ) + +infixr 3 `consBag` +infixl 3 `snocBag` \end{code}