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
[error] 30 | i(x[Int => String])
[error] | ^^^^^^^^^^^^^^^^
[error] | Found: X[Int => String]
[error] | Required: Int
[error] |
[error] | Note: a match type could not be fully reduced:
[error] |
[error] | trying to reduce X[Int => String]
[error] | failed since selector Int => String
[error] | does not match case R => String
[error] | and cannot be shown to be disjoint from it either.
[error] | Therefore, reduction cannot advance to the remaining case
[error] |
[error] | case z => r => Int