Tagged Questions
6
votes
1answer
144 views
findSubstrings and breakSubstring in Data.ByteString
In the source of Data/ByteString.hs it says that the function findSubstrings has been deprecated in favor of breakSubstring. However I think the findSubstrings which was implemented using the KMP ...