X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=example%2FRecorded.hs;fp=example%2FRecorded.hs;h=e9b16210be6297f6989cae63f096a7dd7e1ef564;hb=13928a9c66b4a352ae784660877d4fae57ac81d9;hp=5d7cac1b946e0264a51e8aa27e1c4ad060fd888d;hpb=bffcf98d971a18b7d8911d526d388b3b8b805daa;p=lsp-test.git diff --git a/example/Recorded.hs b/example/Recorded.hs index 5d7cac1..e9b1621 100644 --- a/example/Recorded.hs +++ b/example/Recorded.hs @@ -3,10 +3,4 @@ import System.Directory import System.Environment import Control.Monad.IO.Class -main = do - sessionFile <- (head <$> getArgs) >>= canonicalizePath - replay sessionFile $ do - x <- sendNextRequest - liftIO $ print x - y <- sendNextRequest - liftIO $ print y \ No newline at end of file +main = undefined \ No newline at end of file