nick8325 / quickcheck

Automatic testing of Haskell programs.
Other
706 stars 119 forks source link

Resolve Haddock out-of-scope identifier warnings #404

Open pgujjula opened 1 month ago

pgujjula commented 1 month ago

Fix all broken Haddock links. Now Haddock doesn't emit any warnings about out-of-scope identifiers. Warnings about unknown link destinations more complicated to resolve and are not handled in this PR.