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 constraint is messing up something:
let inline (!>) (value: ^a) : ^b = ((^a or ^b): (static member inline op_Implicit: ^a -> ^b) value) type Class = class end
The text was updated successfully, but these errors were encountered:
Yeah, I think that's the same thing I tried to fix in #213.
Sorry, something went wrong.
Thanks for pointing out
Good to have an open issue for it!
No branches or pull requests
The constraint is messing up something:
The text was updated successfully, but these errors were encountered: