packages feed

ghc-lib-parser-0.20210501: compiler/GHC/HsToCore/Errors/Ppr.hs

{-# OPTIONS_GHC -fno-warn-orphans #-} -- instance Diagnostic DsMessage

module GHC.HsToCore.Errors.Ppr where

import GHC.Types.Error
import GHC.HsToCore.Errors.Types

instance Diagnostic DsMessage where
  diagnosticMessage (DsUnknownMessage m) = diagnosticMessage m
  diagnosticReason  (DsUnknownMessage m) = diagnosticReason m