package fat-filesystem

  1. Overview
  2. Docs
type (!'a, !'b) result = [
  1. | `Error of 'b
  2. | `Ok of 'a
]
val (>>=) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
OCaml

Innovation. Community. Security.