aoc2023/ocaml/lib/let.ml
Paul-Henri Froidmont 13a8e74189
Setup Scala
2023-12-04 08:02:51 +01:00

4 lines
101 B
OCaml

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