Skip to content

Commit f0acee4

Browse files
committed
Compatibility
Signed-off-by: Paul-Elliot <[email protected]>
1 parent 5f843a3 commit f0acee4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/odoc/bin/main.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,10 @@ module Compile_impl = struct
476476
in
477477
Term.info "compile-impl" ~docs ~doc
478478
end
479-
let ( >>= ) = Result.bind
480479

481480
module Indexing = struct
481+
open Or_error
482+
482483
let output_file ~dst marshall =
483484
match (dst, marshall) with
484485
| Some file, `JSON when not (Fpath.has_ext "json" (Fpath.v file)) ->

0 commit comments

Comments
 (0)