package archi-async

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

Module Archi_async.IoSource

type +'a t = 'a Async.Deferred.t
val return : 'a -> 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.