aoc2023/ocaml/lib/let.ml

5 lines
101 B
OCaml
Raw Permalink Normal View History

2023-12-01 10:17:20 +01:00
let (let@) = Result.bind
let (let+) = Lwt.bind
let (let*) = Lwt_result.bind
let (let-) = Option.bind