Scala type arguments do not conform to method eval's type parameter bounds

前端 未结 0 521
温柔的废话
温柔的废话 2021-02-04 22:36

I\'m developing Monad in Scala without type classes.

I have these traits for monad:

trait Monad[M[_], A] {
  def          


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