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
publicinterfaceTry8<A, B, C, D, E, F, G, H, I, ZextendsException>
extends__<__9<Try8.µ, A, B, C, D, E, F, G, H, I>, Z> {
enumµ {}
If(Aa, Bb, Cc, Dd, Ee, Ff, Gg, Hh) throwsZ;
}
This doesn't work. Got error: org.derive4j.hkt.__ is not the correct interface to use. Given the number of type parameters, fj.function.Try8 should extends org.derive4j.hkt.__10<µ, A, B, C, D, E, F, G, H, I, Z>.
Obviously we don't have __10, but I thought the curried encoding would work...
This doesn't work. Got
error: org.derive4j.hkt.__ is not the correct interface to use. Given the number of type parameters, fj.function.Try8 should extends org.derive4j.hkt.__10<µ, A, B, C, D, E, F, G, H, I, Z>
.Obviously we don't have __10, but I thought the curried encoding would work...
Related to #14.
The text was updated successfully, but these errors were encountered: