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 has been archived by the owner on Oct 18, 2021. It is now read-only.
Default methods within type classes are not visited within the verify pass, meaning that potential problems are not detected:
More seriously, this will not reject ill-formed terms such as
let x = x
within default methods.The text was updated successfully, but these errors were encountered: