Add nicer API
authorLuke Lau <luke_lau@icloud.com>
Mon, 2 Jul 2018 11:40:44 +0000 (12:40 +0100)
committerLuke Lau <luke_lau@icloud.com>
Mon, 2 Jul 2018 11:40:44 +0000 (12:40 +0100)
commitd8e460543b7cbc32550bed20d20ef4b13d6705a5
tree0c98f891f8a05bf0f6b825d56055bb4ebdfa3b80
parent0da56e90a0fd4ada9acb01ca9ce769c5924653ec
Add nicer API

sendRequest now gets the result too
Add better helpers for document symbols and code actions
example/Main.hs
haskell-lsp-test.cabal
src/Language/Haskell/LSP/Test.hs
src/Language/Haskell/LSP/Test/Exceptions.hs
src/Language/Haskell/LSP/Test/Parsing.hs
src/Language/Haskell/LSP/Test/Replay.hs
src/Language/Haskell/LSP/Test/Session.hs
stack.yaml
test/Test.hs