Anuradha Laxminarayan <[email protected]> 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. -- https://mail.python.org/mailman/listinfo/python-list
