Skip to content

Commit 5a61765

Browse files
committed
more array docstrings
1 parent e96d6c3 commit 5a61765

File tree

2 files changed

+407
-20
lines changed

2 files changed

+407
-20
lines changed

src/Core__Array.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ let sort = (arr, cmp) => {
101101
}
102102

103103
@send external toString: array<'a> => string = "toString"
104-
@send external toLocaleString: array<'a> => string = "toLocaleString"
105104

106105
@send external every: (array<'a>, 'a => bool) => bool = "every"
107106
@send external everyWithIndex: (array<'a>, ('a, int) => bool) => bool = "every"

0 commit comments

Comments
 (0)