Scala 3.1 - Inconsistent Behavior with Intersection Types in Type Classes
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-21
scala type-classes intersection-types scala-3
I'm facing an issue with intersection types while implementing type classes in Scala 3.1. I've defined a type class `Show` that is meant to convert various type...