[Haskell-beginners] Haskell laziness and data structures.
Imants Cekusins
imantc at gmail.com
Thu Jul 7 09:51:32 UTC 2016
> indexed access is always something you should think about,
yep, leave aside plenty of time for debugging when you use !! or "head"
with list or ! with map
package "safe" helps to safely access lists:
https://hackage.haskell.org/package/safe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160707/fb5c3673/attachment.html>
More information about the Beginners
mailing list