package aws-s3-async

  1. Overview
  2. Docs

Module Deferred.Or_errorSource

Sourcetype nonrec 'a t = ('a, exn) result t
Sourceval return : 'a -> 'a t
Sourceval fail : exn -> 'a t
Sourceval catch : (unit -> 'a t) -> 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.