-
Notifications
You must be signed in to change notification settings - Fork 71
message index: implement GHC-16437 #504
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
Conversation
@@ -0,0 +1,11 @@ | |||
--- | |||
title: Bad Constructor used with deriving clause | |||
summary: The deriving mechanism expects constructors of a particular form. When the constructors do not comport to this form, this error is thrown. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
summary
field is displayed on the index page. It's better to keep it short and move this sentence into the body of the page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated. Thanks Bodigrim!
Move longer summary into the body, shorter summary
message-index/messages/GHC-16437/higher_rank/after/Higher_rank.hs
Outdated
Show resolved
Hide resolved
Co-authored-by: ˌbodʲɪˈɡrʲim <[email protected]>
Co-authored-by: ˌbodʲɪˈɡrʲim <[email protected]>
message-index/messages/GHC-16437/higher_rank/after/Higher_rank.hs
Outdated
Show resolved
Hide resolved
Thanks! |
No description provided.