You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] 14 | x.map(_ + 1)
[error] | ^^^^^
[error] |value map is not a member of leopards.OptionT[List, Int].
[error] |An extension method was tried, but could not be fully constructed:
[error] |
[error] | leopards.OptionT.given_Functor_OptionT[F](
[error] | /* ambiguous: both object given_Monad_List_Traverse_List in package leopards and object given_Monad_Option_Traverse_Option in package leopards match type leopards.Functor[F] */
[error] | summon[leopards.Functor[F]]
[error] | ).map()
spotted-leopards/src/test/scala/leopards/OptionTTest.scala
Lines 12 to 27 in 720a6e2
The text was updated successfully, but these errors were encountered: