Skip to content

Commit 5dec67f

Browse files
committed
stricted comparison types glennsl feedback
1 parent 3bca678 commit 5dec67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core__Object.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fruit === {"name": "Apple" } // false
2727
```
2828
*/
2929
@val
30-
external is: ('a, 'b) => bool = "Object.is"
30+
external is: ('a, 'a) => bool = "Object.is"
3131

3232
@val external create: {..} => {..} = "Object.create"
3333
@val external createWithProperties: ({..}, {..}) => {..} = "Object.create"

0 commit comments

Comments
 (0)