Lazy variants of isInfixOf and breakSubstring
Open
enhancement
pr-welcome
- Dominant language
- Haskell
- Stars
- 301
- Forks
- 144
- Avg merge
- 7d 22h
- Merged PRs (30d)
- 1
Description
`isSuffixOf` available in `Data.ByteString.Lazy`, but not in `Data.ByteString.Lazy.Char8` (it's commented out). Likewise `isInfixOf` is not available `Data.ByteString.Lazy`.
Similarly, there's no lazy version of `breakSubstring`
Is there any reason for this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.