package async

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

IO monad

val return : 'a -> 'a t
val bind : 'a t -> f:('a -> 'b t) -> 'b t