[Haskell-cafe] Will changing associativity of enumerator's ($=) affect anyone? (also: enumerator mailing list)

John Millikin jmillikin at gmail.com
Sun Oct 23 20:12:49 CEST 2011


enumerator 0.4.15, which includes this change, is now published.

Hackage: http://hackage.haskell.org/package/enumerator-0.4.15
Home page: https://john-millikin.com/software/enumerator/

Important changes since 0.4.14:

* Fix an error in UTF-16 decoding, which could cause truncated output
if the first four bytes are a surrogate pair.
* Change associativity of ($=) from infixr 0 to infixl 1.
* When decoding invalid text, throw an error rather than silently
truncate the output.

Full change log at https://john-millikin.com/software/enumerator/#changelog



More information about the Haskell-Cafe mailing list