[Haskell-cafe] extending Do notation

silvio silvio.frischi at gmail.com
Tue May 20 20:07:43 UTC 2014


A simple solution would be to say that (<- exp) can only contain
variables bound by do and leave the lambda out for now. This should make
the execution order more or less clear and should cover most cases. If
the need arose, it could still be extended to incorporate more things later.

silvio


More information about the Haskell-Cafe mailing list