[Haskell-cafe] wrong backquote in haskell 2010 report Prelude

Albert Y. C. Lai trebla at vex.net
Thu Mar 17 17:57:00 CET 2011


Haskell 2010 report chapter 9 Standard Prelude uses a wrong backquote, e.g.,

infixl 7  ⋆, /, ‘quot‘, ‘rem‘, ‘div‘, ‘mod‘

Those are U+2018. The grammar (Chapter 3) requires U+0060 and accepts no 
substitutes, e.g.,

varop → varsym | `  varid `




More information about the Haskell-Cafe mailing list