2009/08/27 Bulat Ziganshin <bulat.zigans...@gmail.com>:
> ...stop reusing Prelude operators, in particular, replace "-"
> with "$"?

  I have to say, the `$ do` construct is an eyesore and `- do` is a
  lot easier on the eyes.

  Would it introduce ambiguity in the Haskell grammar if

    foo do...

    foo case...

    foo if...

  were always parsed as:

    foo (do...)

    foo (case...)

    foo (if...)

  This is what is usually meant.

--
Jason Dusek
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to