We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56bd0c commit d13c4a9Copy full SHA for d13c4a9
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