Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • sof's avatar
    5aeafc40
    [project @ 1999-01-15 18:32:22 by sof] · 5aeafc40
    sof authored
    Be a little bit more user-friendly when encountering record puns,
    which is no longer supported by Haskell. Instead of a Plain Old Parse
    Error, print out
    
      foo.hs:11:11: Haskell 98 does not support 'punning' on records ....
    
    Hopefully that should give the user a big enough hint at what's
    going wrong..
    5aeafc40
    History
    [project @ 1999-01-15 18:32:22 by sof]
    sof authored
    Be a little bit more user-friendly when encountering record puns,
    which is no longer supported by Haskell. Instead of a Plain Old Parse
    Error, print out
    
      foo.hs:11:11: Haskell 98 does not support 'punning' on records ....
    
    Hopefully that should give the user a big enough hint at what's
    going wrong..
Code owners
Assign users and groups as approvers for specific file changes. Learn more.