Skip to content

Fix broken haddock @since fields in base

Josh Price requested to merge jdprice/ghc:since-fix into master

I noticed some broken @since annotations in the new GHC.TypeLits stuff. Using grep revealed a few more similar errors.

Merge request reports