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 106a882 commit e83f8c8Copy full SHA for e83f8c8
src/Core__Array.res
@@ -123,7 +123,7 @@ let indexOfOpt = (arr, item) =>
123
}
124
@send external indexOfFrom: (array<'a>, 'a, int) => int = "indexOf"
125
126
-@send external joinWith: (array<'a>, string) => string = "join"
+@send external joinWith: (array<string>, string) => string = "join"
127
128
@send external lastIndexOf: (array<'a>, 'a) => int = "lastIndexOf"
129
let lastIndexOfOpt = (arr, item) =>
0 commit comments