summaryrefslogtreecommitdiff
path: root/compiler/main/ErrUtils.hi-boot-6
blob: fd98ca3950e4c69c4caeeef5c267060ecf4721e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
module ErrUtils where

data Severity
  = SevInfo
  | SevWarning
  | SevError
  | SevFatal

type Message = Outputable.SDoc

mkLocMessage :: SrcLoc.SrcSpan -> Message -> Message