blaze-svg icon indicating copy to clipboard operation
blaze-svg copied to clipboard

`aa` doc refers to non-exported `a`

Open chris-martin opened this issue 8 years ago • 1 comments

The haddock for aa says

This function is an alias for 'a' defined in this module.

This is a bit confusing to read in the generated haddock because a is not exported.

chris-martin avatar Apr 21 '16 10:04 chris-martin

Thanks! I agree this is confusing. Making it worse is the fact that Text.Blaze.Svg.Internal was marked as hidden from Haddock (even though it is exported from the package). Take a look at the changes I pushed above and let me know if you think this clarifies things.

byorgey avatar Apr 22 '16 02:04 byorgey