Basic Scala knowledgeFamiliarity with Cats' Alternative type class
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
70
研究方向
The method should be added to the `Alternative` trait in the `cats` library. The implementation is already provided in the issue description. The relevant file is likely `core/src/main/scala/cats/Alternative.scala`. Ensure to import `cats.syntax.all. ` if needed. No additional changes are required.
Add `attemptOption` to Alternative · typelevel/cats#2936 | Good First Issue