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 Nov 29, 2020. It is now read-only.
There are most certainly some weird corner cases that I missed in polyopt and orphan checking, which would likely result in a MatchError during compilation. We can insert extends Typeclass, <: Typeclass, @minimal(...), and @orphan all over the place in the fuzzer output and see what we missed.
The text was updated successfully, but these errors were encountered:
There are most certainly some weird corner cases that I missed in polyopt and orphan checking, which would likely result in a
MatchError
during compilation. We can insertextends Typeclass
,<: Typeclass
,@minimal(...)
, and@orphan
all over the place in the fuzzer output and see what we missed.The text was updated successfully, but these errors were encountered: