package hack_parallel

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

Module Make2.Monad_infixSource

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

Innovation. Community. Security.