We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ec9e2 commit 041cf6dCopy full SHA for 041cf6d
Data/Text/Lazy.hs
@@ -793,7 +793,7 @@ replace s d = intercalate d . splitOn s
793
-- itself.
794
toCaseFold :: Text -> Text
795
toCaseFold t = unstream (S.toCaseFold (stream t))
796
-{-# INLINE [0] toCaseFold #-}
+{-# INLINE toCaseFold #-}
797
798
-- | /O(n)/ Convert a string to lower case, using simple case
799
-- conversion. Subject to fusion.
0 commit comments