package travesty

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

Module Monad_exts.LetSource

Let implements OCaml 4.08 let bindings for Base monads.

Parameters

module M : Base.Monad.S

Signature

Sourceval (let+) : 'a M.t -> ('a -> 'b) -> 'b M.t

let+ is map.

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

let* is bind.

OCaml

Innovation. Community. Security.