package hack_parallel

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

Module Hack_result.Monad_infixSource

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