package odoc

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

A bind operator for the option type. This module is meant to be opened.

val of_result : ('a, 'b) Result.result -> 'c option
val return : 'a -> 'b option
val bind : 'a option -> ('b -> 'c option) -> 'c option
val (>>=) : 'a option -> ('a -> 'b option) -> 'b option
OCaml

Innovation. Community. Security.