[Haskell-cafe] Re: Implementing fixed-sized vectors (using datatype algebra?)

Wolfgang Jeltsch g9ks157k at acme.softbase.org
Fri Feb 1 16:33:28 EST 2008


Am Freitag, 1. Februar 2008 13:09 schrieben Sie:
> > What about FixedVector for the vector library and DecTypArith (maybe
> > too long) or DecTypes for the type-level decimal arithmetic library?
>
> Actually it would maybe be better to create common high-level
> interface that could include unary, binary and decimal arithmetic so
> that the library could be easily reused in other projects (people like
> Bjorn, seem to be using the unary implementation). I don't know if it
> would be feasible though.

I’d say, let’s start with the decimal thing.  We can extend our package later 
if there’s a need to do this, can’t we?

Best wishes,
Wolfgang


More information about the Haskell-Cafe mailing list