ajhc-0.8.0.6: Haskell compiler that produce binary through C language

Safe HaskellNone

FrontEnd.Diagnostic

Documentation

data Diagnostic Source

Constructors

Msg (Maybe SrcLoc) String 

Instances

makeMsg :: Description -> String -> DiagnosticSource

locMsg :: SrcLoc -> Description -> String -> DiagnosticSource

locSimple :: SrcLoc -> Description -> DiagnosticSource

simpleMsg :: Description -> DiagnosticSource