From 63b2d4daaef8cc348fcb20d2cdeeb12081f10fef Mon Sep 17 00:00:00 2001 From: Kate Date: Wed, 9 Mar 2022 16:58:51 +0000 Subject: [PATCH] Add support for OCaml 4.14 Signed-off-by: Kate --- api/ocaml/datakit_client.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ocaml/datakit_client.ml b/api/ocaml/datakit_client.ml index 102527669..358ff6cd8 100644 --- a/api/ocaml/datakit_client.ml +++ b/api/ocaml/datakit_client.ml @@ -45,7 +45,7 @@ module Path = struct let to_hum = Fmt.to_to_string pp - let compare = compare + let compare = Stdlib.compare let dirname t = match List.rev t with [] -> [] | _ :: t -> List.rev t