We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ad8c1 commit f934db1Copy full SHA for f934db1
src/core/CCArray.ml
@@ -93,7 +93,7 @@ let sort_indices cmp a =
93
Array.sort (fun k1 k2 -> cmp a.(k1) a.(k2)) b;
94
b
95
96
-let sort_ranking cmp a = sort_indices compare (sort_indices cmp a)
+let sort_ranking cmp a = sort_indices CCInt.compare (sort_indices cmp a)
97
98
let rev a =
99
let b = Array.copy a in
0 commit comments