Re: [Haskell] dynamic arrays

2006-03-17 Thread minh thu
2006/3/17, minh thu <[EMAIL PROTECTED]>: > 2006/3/17, Bulat Ziganshin <[EMAIL PROTECTED]>: > > Hello Jared, > > > > Thursday, March 16, 2006, 11:35:24 PM, you wrote: > > > > JU> General question to the list: > > JU> (Q) Are there any data structures in Haskell similar to C++/STL > > JU> vectors or

Re: [Haskell] dynamic arrays

2006-03-17 Thread minh thu
2006/3/17, Bulat Ziganshin <[EMAIL PROTECTED]>: > Hello Jared, > > Thursday, March 16, 2006, 11:35:24 PM, you wrote: > > JU> General question to the list: > JU> (Q) Are there any data structures in Haskell similar to C++/STL > JU> vectors or C# generic Lists (i.e. strongly typed ArrayLists, e.g. >

[Haskell] dynamic arrays

2006-03-17 Thread Bulat Ziganshin
Hello Jared, Thursday, March 16, 2006, 11:35:24 PM, you wrote: JU> General question to the list: JU> (Q) Are there any data structures in Haskell similar to C++/STL JU> vectors or C# generic Lists (i.e. strongly typed ArrayLists, e.g. JU> List)? These data structures grow automatically as you ad