X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=example%2FMain.hs;fp=example%2FMain.hs;h=1697ca53d90cd51b2144b2d438efbc00ab568c70;hb=12ac9c23d054e92a82146320e2b061c11a87e3f1;hp=d66e17e11075f0f018e7ee8a37eaf4410734212a;hpb=88c70a40654c7152fb50b2a4e171fbdc00324f51;p=opengl.git diff --git a/example/Main.hs b/example/Main.hs index d66e17e..1697ca5 100644 --- a/example/Main.hs +++ b/example/Main.hs @@ -11,8 +11,8 @@ main = runSession "test/recordings/renamePass" $ do sendNotification TextDocumentDidOpen (DidOpenTextDocumentParams docItem) - sendRequest (Proxy :: Proxy DocumentSymbolRequest) TextDocumentDocumentSymbol (DocumentSymbolParams docId) + sendRequest TextDocumentDocumentSymbol (DocumentSymbolParams docId) skipMany loggingNotification - response >>= liftIO . print \ No newline at end of file + anyResponse >>= liftIO . print