4 lines
101 B
OCaml
4 lines
101 B
OCaml
let (let@) = Result.bind
|
|
let (let+) = Lwt.bind
|
|
let (let*) = Lwt_result.bind
|
|
let (let-) = Option.bind
|