package async_kernel

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

A Choice.t is used to produce an argument to enabled or choose. See below.

type +'a t
val map : 'a t -> f:('a -> 'b) -> 'b t