[Haskell-cafe] fishing for ST mutable Vector examples

Felipe Almeida Lessa felipe.lessa at gmail.com
Sun Apr 24 13:19:43 CEST 2011


There is vector-algorithms [1] which has lots of mutable code.  Note
that it uses 'PrimMonad m => m ...', which means that the code may
work on ST or IO.

Cheers,

[1] http://hackage.haskell.org/package/vector-algorithms

-- 
Felipe.



More information about the Haskell-Cafe mailing list