We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea0319 commit a79b707Copy full SHA for a79b707
plugins/default/src/Ide/Plugin/Eval/GHC.hs
@@ -197,8 +197,3 @@ gStrictTry op =
197
-- gStrictTry op = MC.catch
198
(op >>= \v -> return $! Right $! v)
199
(\(err :: SomeException) -> return $! Left $! show $! err)
200
-
201
--- strictTry :: NFData b => IO b -> IO (Either String b)
202
--- strictTry op = E.catch
203
--- (op >>= \v -> return $! Right $! deepseq v v)
204
--- (\(err :: E.SomeException) -> return $! Left $ show err)
0 commit comments