We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation for hash does not say that it requires the equality constraint on its only type parameter. Another example is the documentation for compare. It requires the comparison type constraint on its only type parameter. For convenience, here is the list of all type constraints.
hash
equality
compare
comparison
Could type constraints be added to the documentation for types that have them?
The text was updated successfully, but these errors were encountered:
This would have to be a feature in FSharp.Formatting: https://github.com/fsprojects/FSharp.Formatting
Sorry, something went wrong.
Should I create an issue there?
That'd be grand!
Done. See fsprojects/FSharp.Formatting#591.
@bender2k14 I'll keep this one open for tracking
No branches or pull requests
The documentation for
hash
does not say that it requires theequality
constraint on its only type parameter. Another example is the documentation forcompare
. It requires thecomparison
type constraint on its only type parameter. For convenience, here is the list of all type constraints.Could type constraints be added to the documentation for types that have them?
The text was updated successfully, but these errors were encountered: