From 205d489c9254c0e5e2b229982b8b374bd8a7062d Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 13 Jan 2009 16:40:51 +0000 Subject: [PATCH] Export mapOL from OrdList --- compiler/utils/OrdList.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 1.7.10.4