diff options
Diffstat (limited to 'compiler/utils/Bag.lhs')
-rw-r--r-- | compiler/utils/Bag.lhs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/utils/Bag.lhs b/compiler/utils/Bag.lhs index b7e92a332c..481dedfd8e 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} |