package ocaml-basics

  1. Overview
  2. Docs

Module Monad.InfixSource

Sourceval (>>=) : 'a Kernel.t -> ('a -> 'b Kernel.t) -> 'b Kernel.t