Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bizarre Haddock formatting on Hackage #562

Open
tomjaguarpaw opened this issue Feb 16, 2023 · 0 comments
Open

Bizarre Haddock formatting on Hackage #562

tomjaguarpaw opened this issue Feb 16, 2023 · 0 comments

Comments

@tomjaguarpaw
Copy link
Owner

On Hackage, the doc for data Nullable a says

Only used within a Field_, to indicate that it can be NULL. For example, a Field_ (Nullability SqlText) can be NULL but a Field_ SqlText cannot.

whereas if you click through to the source the comment text is

-- | Only used within a 'Column', to indicate that it can be @NULL@.
-- For example, a 'Column' ('Nullable' @SqlText@) can be @NULL@ but a
-- 'Column' @SqlText@ cannot.

I've no idea what's going on there. (The link to #Nullable is also wrong. It should be to the type constructor, not the data constructor.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant