Skip to content

v3.0.0

Latest

Choose a tag to compare

@AntonStrand AntonStrand released this 06 May 13:30
99b1f74

The signature of traverse has changed from ('a -> b) -> List<AsyncError<'a, 'err>> -> AsyncResult<'b list, 'err> to ('a -> AsyncResult<'b, 'err>) -> 'a list -> AsyncResult<'b list, 'err>.

No other breaking changes have been made.