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
Assuming the following erlang function
-spec f(fun(({any(), any()}) -> any()), tuple()) -> any(). f(F, X) -> F(X).
If the initial F is bug-free, do we want cuter to generate a function that will fail if applied to tuple that doesn't have two elements?
F
Note that such a tuple doesn't violate the type of X.
X
The text was updated successfully, but these errors were encountered:
kostis
No branches or pull requests
Assuming the following erlang function
If the initial
F
is bug-free, do we want cuter to generate a function that will fail if applied to tuple that doesn't have two elements?Note that such a tuple doesn't violate the type of
X
.The text was updated successfully, but these errors were encountered: