
2 Feb
2009
2 Feb
'09
9:01 p.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

2 Feb
2 Feb
9:15 p.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?
5950
Age (days ago)
5950
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Frey
-
Matthew J. Williams