Closed phadej closed 4 years ago
It's currently <1.0.1.
<1.0.1
The 1.0.1 version added withSomeM combinator:
1.0.1
withSomeM
withSomeM :: Monad m => m (Some tag) -> (forall a. tag a -> m r) -> m r
EDIT: I think you need to make a minor release, as the interface of re-exported Data.Some changes.
Data.Some
0.7.1.0 sound good?
0.7.1.0
@3noch sure
It's currently
<1.0.1
.The
1.0.1
version addedwithSomeM
combinator:EDIT: I think you need to make a minor release, as the interface of re-exported
Data.Some
changes.