hsdev-0.1.5.1: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellNone
LanguageHaskell98

HsDev.Server.Message

Synopsis

Documentation

data Message a Source

Message with id to link request and response

Constructors

Message 

Fields

messageId :: Maybe String
 
message :: a
 

messagesById :: Maybe String -> [Message a] -> [a] Source

Get messages by id

data ResultPart Source

Part of result list, returns via notification

Constructors

ResultPart Value