aoc2023/lib/let.ml
Paul-Henri Froidmont de6ee1b2df
Initial commit
2023-12-01 10:17:20 +01:00

4 lines
101 B
OCaml

let (let@) = Result.bind
let (let+) = Lwt.bind
let (let*) = Lwt_result.bind
let (let-) = Option.bind