On Sat, Oct 31, 2009 at 8:09 PM, Ryan Ingram <[email protected]> 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ï _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
