Python-based monads essay (Re: Assignment versus binding)
Paul Rubin
no.email at nospam.invalid
Tue Oct 11 13:17:44 EDT 2016
More information about the Python-list mailing list
Tue Oct 11 13:17:44 EDT 2016
- Previous message (by thread): Python-based monads essay (Re: Assignment versus binding)
- Next message (by thread): Python-based monads essay (Re: Assignment versus binding)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Python-based monads essay (Re: Assignment versus binding)
- Next message (by thread): Python-based monads essay (Re: Assignment versus binding)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list