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
update
updates
The type of update is:
update : {n, a, ix} (Integral ix) => [n]a -> ix -> a -> [n]a
The type of updates is:
updates : {n, k, ix, a} (Integral ix, fin k) => [n]a -> [k]ix -> [k]a -> [n]a
Suggestion: change update so that ix and a occur in the same order in the type lists of both functions.
ix
a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The type of
update
is:The type of
updates
is:Suggestion: change
update
so thatix
anda
occur in the same order in the type lists of both functions.The text was updated successfully, but these errors were encountered: