List - Mutable List

Tom Pledger Tom.Pledger at peace.com
Sat Nov 22 11:04:10 EST 2003


Rafael Martinez Torres writes:
 | Hi:
 | 
 | Given the classes IArray,Marray
 | 
 | instance IArray Array.Array
 | instance Marray IOArray e IO
 | 
 | I'm searching for some think like
 | 
 | MLists ( Stands for  Mutable-Lists )
 | 
 | Is there some thing so ?
 | 
 | 
 | I need it to implement a MQueue ... (Mutable Queue )

Here's one that someone prepared earlier.

http://www.haskell.org/ghc/docs/latest/html/base/Control.Concurrent.Chan.html#Chan



More information about the Glasgow-haskell-users mailing list