package higher_kinded

  1. Overview
  2. Docs

Module Make_monad.Monad_infixSource

Sourceval (>>=) : ('a -> higher_kinded) t -> ('a -> ('b -> higher_kinded) t) -> ('b -> higher_kinded) t
Sourceval (>>|) : ('a -> higher_kinded) t -> ('a -> 'b) -> ('b -> higher_kinded) t
OCaml

Innovation. Community. Security.