Changes between Version 2 and Version 3 of Proposals/split
- Timestamp:
- 07/23/12 17:56:00 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/split
v2 v3 84 84 exported. Note, however, that I do plan to bump the major version number, as [http://www.haskell.org/haskellwiki/Package_versioning_policy#Deprecation recommended by the package versioning policy]. 85 85 86 == Consistency with existing names == 87 88 Bryan O'Sullivan [http://article.gmane.org/gmane.comp.lang.haskell.libraries/17675 pointed out] that the text package has an existing function, essentially identical in functionality to splitEvery, called chunksOf. In the interest of consistency with an existing HP package, I have renamed splitEvery to chunksOf (and deprecated and pruned splitEvery, just like the other synonyms as explained above). 89 86 90 = Open issues = 87 91
