[Haskell-cafe] bytestring vs. uvector

Manlio Perillo manlio_perillo at libero.it
Fri Mar 13 10:41:34 EDT 2009


Manlio Perillo ha scritto:
> [...]
> uvector package also suppors Complex and Rational, however the support 
> for these type is "hard written", using a UAProd class, and requires 
> some boiler plate code (IMHO).
> 

Correction: UAProd is not a class, sorry.
It is the UA constructor overloaded for a:*:b, and Complex and Rational 
just reuse this specialization.


 > [...]


Manlio


More information about the Haskell-Cafe mailing list