whats the difference between this `fun someFunc1(b...
# announcements
k
whats the difference between this
fun someFunc1(b: Balance): () -> Either<String, Int>
and this
fun someFunc1(b: Balance): Either<String, Int>.