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 1227452 commit 0977456Copy full SHA for 0977456
ghcide/bench/lib/Experiments.hs
@@ -25,6 +25,7 @@ module Experiments
25
import Control.Applicative.Combinators (skipManyTill)
26
import Control.Exception.Safe (IOException, handleAny, try)
27
import Control.Monad.Extra
28
+import Control.Monad.Fail
29
import Control.Monad.IO.Class
30
import Data.Aeson (Value (Null), toJSON)
31
import Data.Either (fromRight)
0 commit comments