You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2018. It is now read-only.
Those two type assertions are identical and should be not be repeated. This can be fixed by just calling sort(Assertions, Sorted) which removes duplicates from Assertions.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A predicate declared like this
is expanded into
Those two type assertions are identical and should be not be repeated. This can be fixed by just calling
sort(Assertions, Sorted)
which removes duplicates fromAssertions
.The text was updated successfully, but these errors were encountered: