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 62ede27 commit 334188aCopy full SHA for 334188a
ghcide/src/Development/IDE/Spans/Common.hs
@@ -40,7 +40,7 @@ showGhc = showSD . ppr
40
showSD :: SDoc -> T.Text
41
showSD = T.pack . unsafePrintSDoc
42
43
--- | Print name dropping unique tagging.
+-- | Print the name, dropping the unique tagging from it.
44
showNameWithoutUniques :: Outputable a => a -> T.Text
45
showNameWithoutUniques = T.pack . printNameWithoutUniques
46
0 commit comments