Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6123 commits behind the upstream repository.
Alan Zimmerman's avatar
Alan Zimmerman authored
A warning can now be written with a category, e.g.

    {-# WARNInG in "x-c" e "d" #-}

Keep track of the location of the 'in' keyword and string, as well as
the original SourceText of the label, in case it uses character escapes.
a936f244
History