I wonder why `binding` can't infer the type of `L`...
# arrow
r
I wonder why
binding
can't infer the type of
L
here.
makeBowlerDevice()
and
connect()
both return an
Either<String, ...>
so I think it should've been able to infer that
L
is a
String
.