Changes between Version 12 and Version 13 of Proposals/text
- Timestamp:
- 11/16/10 20:25:17 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/text
v12 v13 177 177 * A call for further discussion on the [http://www.haskell.org/pipermail/libraries/2010-November/014901.html name/type matching issue]. 178 178 179 The package maintainer proposesan updated API. The substring functions are now named:179 The package maintainer has [http://www.haskell.org/pipermail/libraries/2010-November/015080.html proposed] an updated API. The substring functions are now named: 180 180 {{{ 181 181 breakOn :: Text -> Text -> (Text, Text) … … 198 198 }}} 199 199 200 ''History'': updated [http://www.haskell.org/pipermail/libraries/2010-October/014532.html Oct 4, by johan] and Nov 6 by dons200 ''History'': updated [http://www.haskell.org/pipermail/libraries/2010-October/014532.html Oct 4, by johan], Nov 6 by dons and [http://www.haskell.org/pipermail/libraries/2010-November/015080.html Nov 16 by duncan]. 201 201 202 202 == Notes ==
