package batteries

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val bind : ('a, 'b) BatResult.t -> ('a -> ('c, 'b) BatResult.t) -> ('c, 'b) BatResult.t
val (>>=) : ('a, 'b) BatResult.t -> ('a -> ('c, 'b) BatResult.t) -> ('c, 'b) BatResult.t
val return : 'a -> ('a, 'b) BatResult.t
OCaml

Innovation. Community. Security.