
3 Feb
2009
3 Feb
'09
2:01 a.m.
Dear All What would be the haskell equivalent of the C++ linked list complete with nodes? the list structure -- x:[} -- is the closest I've found. Sincerely Matthew J. Williams

3 Feb
3 Feb
2:15 a.m.
On Tue, 03 Feb 2009 02:01:33 +0000, "Matthew J. Williams"
Dear All What would be the haskell equivalent of the C++ linked list complete with nodes? the list structure -- x:[} -- is the closest I've found.
Sincerely Matthew J. Williams
There are certainly some similarities between std::list from C++ and Haskell's list, but there are also a lot of differences partly because C++ and Haskell are very different languages. What properties of lists are you interested in comparing?
5996
Age (days ago)
5996
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Frey
-
Matthew J. Williams