We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e047e55 commit 63b2d4dCopy full SHA for 63b2d4d
api/ocaml/datakit_client.ml
@@ -45,7 +45,7 @@ module Path = struct
45
46
let to_hum = Fmt.to_to_string pp
47
48
- let compare = compare
+ let compare = Stdlib.compare
49
50
let dirname t = match List.rev t with [] -> [] | _ :: t -> List.rev t
51
0 commit comments