deepakjois / blaze-svg

SVG Combinators for Haskell
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

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

Open chris-martin opened 8 years ago

chris-martin commented 8 years ago

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.

byorgey commented 8 years ago

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.