Gregory Ewing <[email protected]> writes: > http://www.cosc.canterbury.ac.nz/greg.ewing/essays/monads/DemystifyingMonads.html
Erratum in Haskell section:
Lists in Haskell are linked lists, and [h|t] represents a list
whose first element is h and the rest of the list is t.
[h|t] should say h:t .
--
https://mail.python.org/mailman/listinfo/python-list
