Skip to content

Commit

Permalink
Compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed Jul 8, 2024
1 parent 5f843a3 commit f0acee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/odoc/bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,10 @@ module Compile_impl = struct
in
Term.info "compile-impl" ~docs ~doc
end
let ( >>= ) = Result.bind

module Indexing = struct
open Or_error

let output_file ~dst marshall =
match (dst, marshall) with
| Some file, `JSON when not (Fpath.has_ext "json" (Fpath.v file)) ->
Expand Down

0 comments on commit f0acee4

Please sign in to comment.