package base

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

Module Of_monad3.Monad_infixSource

Same as Infix, except the monad type has three arguments. The second and third are always just passed through.

Sourceval (>>=) : ('a, 'd, 'e) M.t -> ('a -> ('b, 'd, 'e) M.t) -> ('b, 'd, 'e) M.t
Sourceval (>>|) : ('a, 'd, 'e) M.t -> ('a -> 'b) -> ('b, 'd, 'e) M.t
OCaml

Innovation. Community. Security.