Skip to content

Conversation

@bpholt
Copy link
Member

@bpholt bpholt commented Dec 17, 2025

I needed an instance of TraceableValue[Either[A, B]] given A: TraceableValue and B: TraceableValue, and then I realized I could expand that to any F[_, _]: Bifoldable if we're willing to accept the right bias on things like Ior or Tuple2.

(If #1248 is merged, we could use its ListValue to eliminate the right bias, but I don't think it's possible otherwise.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant