[Haskell-cafe] ANN: fixed-list -- A fixed length list library
Job Vranish
job.vranish at gmail.com
Sat Mar 20 23:45:21 EDT 2010
I uploaded a new fixed length list library to hackage:
http://hackage.haskell.org/package/fixed-list
Its main advantages are:
Very easy to use.
Almost entirely Haskell98 (the non Haskell98 pieces are not critical, just
nice)
The datatype is a member of Foldable, Traverable, Applicative, Monad,
etc...
Then length of the list is encoded in the type in a natural way.
Comments/critiques/suggestions welcome :)
- Job
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100320/a429bce1/attachment-0001.html
More information about the Haskell-Cafe
mailing list