Python-based monads essay (Re: Assignment versus binding)

Paul Rubin no.email at nospam.invalid
Sun Oct 9 04:14:40 EDT 2016


Gregory Ewing <greg.ewing at canterbury.ac.nz> 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 .



More information about the Python-list mailing list