We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8902351 commit 6299fb3Copy full SHA for 6299fb3
otherlibs/stdune-unstable/list.ml
@@ -37,7 +37,7 @@ let filteri l ~f =
37
in
38
filteri l 0
39
40
-let concat_map l ~f = concat (map l ~f)
+let concat_map t ~f = ListLabels.concat_map t ~f
41
42
let unordered_concat =
43
let rec outer acc = function
0 commit comments