-
Notifications
You must be signed in to change notification settings - Fork 99
Naming fixes #114
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
Naming fixes #114
Conversation
@@ -47,6 +47,7 @@ The central type that gets created by all Chart constructors is `GenericChart`, | |||
*) | |||
|
|||
(***do-not-eval***) | |||
[<NoComparison>] |
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.
what's that for?
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.
It yielded a warning that there are types which do not override Equals. So it suggested me adding this attribute.
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.
I think here we can safely ignore that, because this is just a showcase of how the type looks like internally. But ill rework this page anyways so it can stay as it is
Closes #105