Scala implicit error with implicit parameter

后端 未结 0 1254
死守一世寂寞
死守一世寂寞 2021-01-29 00:37

I have the following in my file

import cats._
import cats.syntax.all._

implicit val showPrimaryFieldSchema: Show[PrimaryFieldSchema] = pf => {
        s"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题