package accessor

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

Module Accessed.Monad_infixSource

Same as Infix, except the monad type has three arguments. The second and third are composed across all computation.

Sourceval (>>=) : ('i, 'a, 'j) t -> ('a -> ('j, 'b, 'k) t) -> ('i, 'b, 'k) t
Sourceval (>>|) : ('i, 'a, 'j) t -> ('a -> 'b) -> ('i, 'b, 'j) t
OCaml

Innovation. Community. Security.