id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
21,Missing support for the new qualified operator syntax,nibro,nibro,"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]",bug report,new,minor,Blue Sky,parser,1.9.x,,,
