package async

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

Module Expect_test_config_with_unit_expect.IO_flush

type !'a t = 'a
val return : 'a -> 'a t
val bind : 'a t -> f:('a -> 'b t) -> 'b t
val to_run : 'a t -> 'a IO_run.t