From: Luke Lau Date: Sat, 5 Oct 2019 20:26:23 +0000 (+0100) Subject: Remove commented line X-Git-Tag: 0.8.0.0~3^2~2 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=d61b75b343a4bbe59e575daba26a3183e81a7efc Remove commented line --- diff --git a/src/Language/Haskell/LSP/Test/Session.hs b/src/Language/Haskell/LSP/Test/Session.hs index 1abad54..b8dbe2a 100644 --- a/src/Language/Haskell/LSP/Test/Session.hs +++ b/src/Language/Haskell/LSP/Test/Session.hs @@ -78,8 +78,6 @@ import System.Timeout -- 'Language.Haskell.LSP.Test.sendRequest' and -- 'Language.Haskell.LSP.Test.sendNotification'. --- newtype Session a = Session (ParserStateReader FromServerMessage SessionState SessionContext IO a) - newtype Session a = Session (ConduitParser FromServerMessage (StateT SessionState (ReaderT SessionContext IO)) a) deriving (Functor, Applicative, Monad, MonadIO, Alternative)