package ocaml-basics

  1. Overview
  2. Docs

Module Make.InfixSource

include module type of Monad.Infix
Sourceval (>>=) : ('a, 'b) Monad.t -> ('a -> ('c, 'b) Monad.t) -> ('c, 'b) Monad.t
include module type of Applicative.Infix
Sourceval (<$>) : ('a -> 'b) -> ('a, 'c) Applicative.t -> ('b, 'c) Applicative.t
Sourceval (>>|) : ('a, 'c) Applicative.t -> ('a -> 'b) -> ('b, 'c) Applicative.t
Sourceval (<*>) : ('a -> 'b, 'c) Applicative.t -> ('a, 'c) Applicative.t -> ('b, 'c) Applicative.t
Sourceval (<|>) : ('ok, 'err Accu.t) t -> ('ok, 'err Accu.t) t -> ('ok, 'err Accu.t) t
OCaml

Innovation. Community. Security.