We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bca678 commit 5dec67fCopy full SHA for 5dec67f
src/Core__Object.res
@@ -27,7 +27,7 @@ fruit === {"name": "Apple" } // false
27
```
28
*/
29
@val
30
-external is: ('a, 'b) => bool = "Object.is"
+external is: ('a, 'a) => bool = "Object.is"
31
32
@val external create: {..} => {..} = "Object.create"
33
@val external createWithProperties: ({..}, {..}) => {..} = "Object.create"
0 commit comments