Odoc_xref2.Utilsmodule ResultMonad : sig ... endThe result type and a bind operator. This module is meant to be opened.
module OptionMonad : sig ... endA bind operator for the option type. This module is meant to be opened.
module EitherMonad : sig ... end