[Haskell-beginners] Understandig types
Michael Xavier
nemesisdesign at gmail.com
Wed Jul 6 03:35:54 CEST 2011
> No. [Char] is a list, not array, of Char. That is, something like
My bad. I let my Ruby mind take over. In Ruby, the most basic list-like
structure is an array, which shares some similarities with Haskell's list (
O(1) lookups not being one of them).
--
Michael Xavier
http://www.michaelxavier.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110705/22e3dab9/attachment.htm>
More information about the Beginners
mailing list