skunk icon indicating copy to clipboard operation
skunk copied to clipboard

can't abstract over interpolated encoders

Open tpolecat opened this issue 3 years ago • 0 comments

sql"$e" becomes Fragment[Nothing] in Scala 3 if e: Encoder[A] for some type variable A rather than a concrete type. This is due to https://github.com/lampepfl/dotty/issues/12343#issuecomment-836631142

tpolecat avatar May 10 '21 15:05 tpolecat