any hint?
# arrow
p
any hint?
a
could you share the error you're getting?
p
Copy code
e: java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type: ErrorScope{Error scope for class <ERROR CLASS> with arguments: org.jetbrains.kotlin.types.IndexedParametersSubstitution@45273868}
[ERROR : IO<InstantRunoffBallot>]
... stacktrace
a
maybe something changed in the lib, but it seems it cannot find a specific class in your code
could be because you need to specify some type explicitly
p
did
IO
changed number of type params?
the wrong number of type-params is usually associated with that error on SO
a
not yet, until biofunctor comes
p
I’ll check it out tomorrow, thank you for the advice
👍 1