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

Paul Rubin no.email at nospam.invalid
Tue Oct 11 13:17:44 EDT 2016


Anuradha Laxminarayan <lanuradha at gmail.com> writes:
> seq f g x = f (\s1 -> g x s1)
> because naming conventions imply that h is function.

Also if this operation is what it looks like, it's usually called
"bind".  seq is something else entirely.



More information about the Python-list mailing list