Remove commented line
authorLuke Lau <luke_lau@icloud.com>
Sat, 5 Oct 2019 20:26:23 +0000 (21:26 +0100)
committerLuke Lau <luke_lau@icloud.com>
Sat, 5 Oct 2019 20:30:56 +0000 (21:30 +0100)
src/Language/Haskell/LSP/Test/Session.hs

index 1abad54d673728031afabbbd332fcebc396631f8..b8dbe2ac04797c21ddf2d6b7a4beba3036d67c86 100644 (file)
@@ -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)