Skip to content
  • Alfredo Di Napoli's avatar
    Parameterise Messages over e · a64f21e9
    Alfredo Di Napoli authored and Marge Bot's avatar Marge Bot committed
    This commit paves the way to a richer and more structured representation
    of GHC error messages, as per GHC proposal #306. More specifically
    'Messages' from 'GHC.Types.Error' now gains an extra type parameter,
    that we instantiate to 'ErrDoc' for now. Later, this will allow us to
    replace ErrDoc with something more structure (for example messages
    coming from the parser, the typechecker etc).
    a64f21e9