Skip to content

Commit c94b05c

Browse files
LysxiaBodigrim
authored andcommitted
Remove INLINE isPrefixOf
1 parent 9075b05 commit c94b05c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Data/Text/Lazy.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,6 @@ isPrefixOf (Chunk x xs) (Chunk y ys)
14721472
(yh,yt) = T.splitAt lx y
14731473
lx = T.length x
14741474
ly = T.length y
1475-
{-# INLINE [1] isPrefixOf #-}
14761475

14771476
-- | /O(n)/ The 'isSuffixOf' function takes two 'Text's and returns
14781477
-- 'True' iff the first is a suffix of the second.

0 commit comments

Comments
 (0)