Skip to content

Commit 63b2d4d

Browse files
committed
Add support for OCaml 4.14
Signed-off-by: Kate <[email protected]>
1 parent e047e55 commit 63b2d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/ocaml/datakit_client.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module Path = struct
4545

4646
let to_hum = Fmt.to_to_string pp
4747

48-
let compare = compare
48+
let compare = Stdlib.compare
4949

5050
let dirname t = match List.rev t with [] -> [] | _ :: t -> List.rev t
5151

0 commit comments

Comments
 (0)