We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca68e17 commit 2ddd056Copy full SHA for 2ddd056
plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Comments.hs
@@ -496,7 +496,7 @@ consume style =
496
Line -> (,) <$> takeRest <*> getPosition
497
Block {} -> manyTill_ anySingle (getPosition <* eob)
498
499
-getPosition :: (Ord v, TraversableStream s) => ParsecT v s m Position
+getPosition :: (Monad m, Ord v, TraversableStream s) => ParsecT v s m Position
500
getPosition = sourcePosToPosition <$> getSourcePos
501
502
-- | Parses example test line.
0 commit comments