package ocaml-basics

  1. Overview
  2. Docs

Module OBOption.InfixSource

include module type of struct include Monad.Infix end
Sourceval (>>=) : 'a Kernel.t -> ('a -> 'b Kernel.t) -> 'b Kernel.t
include module type of struct include Applicative.Infix end
Sourceval (<$>) : ('a -> 'b) -> 'a Applicative.t -> 'b Applicative.t
Sourceval (>>|) : 'a Applicative.t -> ('a -> 'b) -> 'b Applicative.t
Sourceval (<*>) : ('a -> 'b) Applicative.t -> 'a Applicative.t -> 'b Applicative.t