We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667a1bb commit 89bf5dbCopy full SHA for 89bf5db
src/Language/CQL/Common.hs
@@ -133,7 +133,7 @@ intercalate sep xs = snd (foldl go (True, mempty) xs)
133
mapl :: Foldable f => (a -> b) -> f a -> [b]
134
mapl fn = fmap fn . Foldable.toList
135
136
--- | Converts a String to lowercase, like DataList.Extra.lower.
+-- | Converts a String to lowercase, like Data.List.Extra.lower.
137
lower :: String -> String
138
lower = fmap toLower
139
0 commit comments