package bitcoin-cohttp-async

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Httpclient.MonadSource

Sourcetype 'a t = ('a, exn) Core.Result.t Async.Deferred.t
Sourceval return : 'a -> 'a t
Sourceval fail : exn -> 'a t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourceval catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
OCaml

Innovation. Community. Security.