Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Lwt_result closer to Stdlib.Result #927

Merged
merged 3 commits into from
Feb 10, 2022
Merged

Commits on Feb 1, 2022

  1. Add Lwt_result.iter and Lwt_result.iter_error

    For consistency with Stdlib.
    MisterDA committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    351e705 View commit details
    Browse the repository at this point in the history
  2. Add Lwt_result.{map_error,bind_lwt_error}

    Alias Lwt_result.map_err and Lwt_result.bind_lwt_err to
    Lwt_result.map_error and Lwt_result.bind_lwt_error for consistency
    with Stdlib.
    MisterDA committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    703b086 View commit details
    Browse the repository at this point in the history
  3. Add Lwt_result.error

    For consistency with Stdlib.
    MisterDA committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    982ea05 View commit details
    Browse the repository at this point in the history