-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Renames `zipWith'` to `packZipWith` and exports it * Recovered test cases for packZipWith from comments * removes line mentioning prop_zipWithCL which doesn't exist anymore * Add backticks + improve capitalization in docs * Added and exported packZipWith for Data.ByteString.Char8 * Changed packZipWith to use w2c and c2w * Actually make it work. Eta-reduction of packZipWith * Added packZipWith to Data.ByteString.Lazy * Added packZipWith to Data.ByteString.Lazy.Char8 * Actually make packZipWith in Data.ByteString.Lazy work * Add test cases to new function * Removes -- line from all four implementations * Renames Tests
- Loading branch information
Showing
5 changed files
with
58 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters