sarsi-0.0.5.2: A universal quickfix toolkit and his protocol.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.GHC.Log

Documentation

data Message Source #

Constructors

Message Text Pos Level [Text] 

Instances

Instances details
Show Message Source # 
Instance details

Defined in Codec.GHC.Log

data Pos Source #

Constructors

Pos 

Fields

Instances

Instances details
Show Pos Source # 
Instance details

Defined in Codec.GHC.Log

Methods

showsPrec :: Int -> Pos -> ShowS #

show :: Pos -> String #

showList :: [Pos] -> ShowS #

data Level Source #

Constructors

Warning 
Error 

Instances

Instances details
Show Level Source # 
Instance details

Defined in Codec.GHC.Log

Methods

showsPrec :: Int -> Level -> ShowS #

show :: Level -> String #

showList :: [Level] -> ShowS #