scalaz/scalaz
Augment IO and IO.type with helper methods for Disjunction, Maybe
Aperta
#1886 aperta il 19 giu 2018
good first issuescalaz8
Metriche repository
- Star
- (4671 stelle)
- Metriche merge PR
- (Merge medio 2h 53m) (31 PR mergiate in 30 g)
Descrizione
Now that Scalaz 8 depends on ZIO (which defaults to Either and Option), some convenience functions are missing. This ticket is to introduce such convenience functions by adding methods to IO and IO.type. Any method which currently uses Either or Option or List or TraversableOnce should have an analogue that uses \/, Maybe, IList, or F[_]: Foldable].