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

Codec.Sarsi

Documentation

data Event Source #

Constructors

Start 

Fields

Finish 

Fields

Notify 

Fields

Instances

Instances details
Show Event Source # 
Instance details

Defined in Codec.Sarsi

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

data Message Source #

Constructors

Message Location Level [Text] 

Instances

Instances details
Show Message Source # 
Instance details

Defined in Codec.Sarsi

data Location Source #

Constructors

Location 

Fields

Instances

Instances details
Show Location Source # 
Instance details

Defined in Codec.Sarsi

data Level Source #

Constructors

Warning 
Error 

Instances

Instances details
Enum Level Source # 
Instance details

Defined in Codec.Sarsi

Show Level Source # 
Instance details

Defined in Codec.Sarsi

Methods

showsPrec :: Int -> Level -> ShowS #

show :: Level -> String #

showList :: [Level] -> ShowS #