From: simonpj@microsoft.com Date: Tue, 13 Jan 2009 16:40:51 +0000 (+0000) Subject: Export mapOL from OrdList X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=205d489c9254c0e5e2b229982b8b374bd8a7062d Export mapOL from OrdList --- diff --git a/compiler/utils/OrdList.lhs b/compiler/utils/OrdList.lhs index 3437ee7..74c9ed8 100644 --- a/compiler/utils/OrdList.lhs +++ b/compiler/utils/OrdList.lhs @@ -12,7 +12,7 @@ can be appended in linear time. module OrdList ( OrdList, nilOL, isNilOL, unitOL, appOL, consOL, snocOL, concatOL, - fromOL, toOL, foldrOL, foldlOL + mapOL, fromOL, toOL, foldrOL, foldlOL ) where infixl 5 `appOL`