[Haskell-cafe] AND/OR Perceptron

Chaddaï Fouché chaddai.fouche at gmail.com
Sat Oct 31 15:33:55 EDT 2009


On Sat, Oct 31, 2009 at 8:09 PM, Ryan Ingram <ryani.spam at gmail.com> wrote:
>
> "where" is just syntactic sugar for "let...in"

That's not perfectly true : "where" and "let...in" don't attach to the
same syntactic construction, "where" attaches to a definition and can
works for several guard clauses whereas "let ... in expression" is an
expression in itself.

-- 
Jedaï


More information about the Haskell-Cafe mailing list