[Haskell-cafe] Re: Go Haskell!

Johan Tibell johan.tibell at gmail.com
Fri Nov 28 07:29:10 EST 2008


On Fri, Nov 28, 2008 at 10:04 AM, Simon Marlow <marlowsd at gmail.com> wrote:
> Manuel M T Chakravarty wrote:
>> In the longer run, we would like to factor our library into DPH-specific
>> code and general-purpose array library that you can use independent of DPH.
>
> So we have two vector libraries, vector and uvector, which have a lot in
> common - they are both single-dimension array types that support unboxed
> instances and have list-like operations with fusion.  They ought to be
> unified, really.

Yes please! Could we please have a ByteString style interface with
qualified imports instead of using ad-hoc name prefixes/suffixes as a
namespacing mechanism if we're going to merge the two libraries?

Cheers,

Johan


More information about the Haskell-Cafe mailing list