package preface

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

Parameter Via_map_and_bind.Req

type 'a t

The type held by the Bind.

val map : ('a -> 'b) -> 'a t -> 'b t

Mapping over t from 'a to 'b.

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

bind f m passes the result of computation m to function f.

OCaml

Innovation. Community. Security.