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 837ee45 commit 96417e0Copy full SHA for 96417e0
ghcide/src/Development/IDE/Plugin/TypeLenses.hs
@@ -322,7 +322,7 @@ rules recorder = do
322
result <- liftIO $ gblBindingType (hscEnv <$> hsc) (tmrTypechecked <$> tmr)
323
pure ([], result)
324
325
--- | Converts a given haskell bind to its corresponding type signature.
+-- | Convert a given haskell bind to its corresponding type signature.
326
bindToSig :: Id -> HscEnv -> GlobalRdrEnv -> IOEnv (Env TcGblEnv TcLclEnv) String
327
bindToSig id hsc rdrEnv = do
328
env <-
0 commit comments