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
Found: (false:Boolean)
Required: com.perikov.typelevel.tests.Disj[(1:Int) |Nothing, (2:Int) |Nothing]
Note: a matchtypecould not be fully reduced:
trying to reduce com.perikov.typelevel.tests.Disj[(1:Int) |Nothing, (2:Int) |Nothing]
failed since selector (1:Int) |Nothing
does not matchcase (2:Int) |Nothing=> (true:Boolean)
and cannot be shown to be disjoint from it either.
Therefore, reduction cannot advance to the remaining casecase _ => (false:Boolean)