Haskell-cafe - ANN: fixed-list -- A fixed length list library

by Job Vranishon 2010-03-21T03:45:21+00:00
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
I uploaded a new fixed length list library to hackage:http://hackage.haskell.org/package/fixed-list=
Its main advantages are:=A0=A0Very easy to use.=
=A0=A0Almost entirely Haskell98 (the non=A0Haskell98=A0pieces are not criti=
cal, just nice)=A0=A0The datatype is a member of =A0Foldable, Tr=
averable, Applicative, Monad, etc...
=A0=A0Then length of the list is encoded in the type in a natural way.=
Comments/critiques/suggestions wel=
come :)- Job