Haddock-use-refs: Eliminate warnings for names referred in Haddock only

Haddock syntax supports hyper links to functions and types mentioned in comments (an identifier enclosed in single quotes). The link is inserted only if the name is fully qualified or imported in the module. Names referred only in module documentation distract with compiler warning about unused import.

The library helps with resolving these warnings automatically without disabling all warnings of such type.

5 Likes