package prbnmcn-basic-structures

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

Module Cps.InfixSource

Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t

Alias to bind.

Sourceval (>|=) : 'a t -> ('a -> 'b) -> 'b t

Alias to map.

Sourceval (let*) : 'a t -> ('a -> 'b t) -> 'b t

Alias to bind.

Sourceval return : 'a -> 'a t

Convenience reexport of return.

OCaml

Innovation. Community. Security.