Export mapOL from OrdList
authorsimonpj@microsoft.com <unknown>
Tue, 13 Jan 2009 16:40:51 +0000 (16:40 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 13 Jan 2009 16:40:51 +0000 (16:40 +0000)
compiler/utils/OrdList.lhs

index 3437ee7..74c9ed8 100644 (file)
@@ -12,7 +12,7 @@ can be appended in linear time.
 module OrdList (
        OrdList, 
         nilOL, isNilOL, unitOL, appOL, consOL, snocOL, concatOL,
 module OrdList (
        OrdList, 
         nilOL, isNilOL, unitOL, appOL, consOL, snocOL, concatOL,
-        fromOL, toOL, foldrOL, foldlOL
+        mapOL, fromOL, toOL, foldrOL, foldlOL
 ) where
 
 infixl 5  `appOL`
 ) where
 
 infixl 5  `appOL`