Ticket #21 (new bug report)
Missing support for the new qualified operator syntax
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | minor | Milestone: | Blue Sky |
| Component: | parser | Version: | 1.9.x |
| Keywords: | Cc: |
Description
Haskell' (whatever form it will come in) will likely have a different form of qualified operator syntax from Haskell98.
add x y = Prelude.(+) x y subtract y = (`Prelude.(-)` y)
Not that it matters, but I find this new syntax far preferable to Haskell98.
http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#new-qualified-operators
Change History
Note: See
TracTickets for help on using
tickets.
