X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FOrdList.lhs;h=74c9ed8d0b1e2191b160a9d6601009b07cbe1ca7;hp=3437ee7ac4cadd70b42dbd8b7b93ab7fd0f76b62;hb=0af06ed99ed56341adfdda4a92a0a36678780109;hpb=d7a89759dbfab8c1d65b31dac966982f29fed0d0 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`