package stdune

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val iter : 'a option -> f:('a -> unit t) -> unit t
val map : 'a option -> f:('a -> 'b t) -> 'b option t
val bind : 'a option -> f:('a -> 'b option t) -> 'b option t