reazen / relude

FP-inspired prelude/standard library for ReasonML projects
https://reazen.github.io/relude
MIT License
267 stars 41 forks source link

Add `alt` for AsyncResult #319

Closed mlms13 closed 2 years ago

mlms13 commented 2 years ago

This adds an alt function and an Alt typeclass instance to Relude.AsyncResult. The rules are as follows (with some tests provided that hopefully ensure this):