sarsi-0.0.1.0: A universal quickfix toolkit and his protocol.

Safe HaskellSafe
LanguageHaskell2010

Codec.GHC.Log

Documentation

data Message Source #

Constructors

Message Text Pos Level [Text] 

Instances

data Pos Source #

Constructors

Pos 

Fields

Instances

Show Pos Source # 

Methods

showsPrec :: Int -> Pos -> ShowS #

show :: Pos -> String #

showList :: [Pos] -> ShowS #

data Level Source #

Constructors

Warning 
Error 

Instances