Skip to content

Commit 74951eb

Browse files
author
github-actions[bot]
committed
Update API docs for v12.0.0-beta.10
1 parent 28996ca commit 74951eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/api/v12.0.0/belt.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9661,7 +9661,7 @@
96619661
"docstrings": [
96629662
"`('key, 'id) cmparable` is a module of functions, here it only includes `cmp`.\n\nUnlike normal functions, when created, it comes with a unique identity (guaranteed\nby the type system).\n\nIt can be created using function [`comparableU`]() or [`comparable`]().\n\nThe idea of a unique identity when created is that it makes sure two sets would type\nmismatch if they use different comparison function"
96639663
],
9664-
"signature": "type comparable<'key, 'id> = module(Comparable\n with type identity = 'id\n with type t = 'key)"
9664+
"signature": "type comparable<'key, 'id> = module(Comparable\n with type identity = 'id\n and type t = 'key)"
96659665
},
96669666
{
96679667
"id": "Belt.Id.comparableU",
@@ -9685,7 +9685,7 @@
96859685
"docstrings": [
96869686
"`('key, 'id) hashable` is a module of functions, here it only includes `hash`, `eq`.\n\nUnlike normal functions, when created, it comes with a unique identity (guaranteed\nby the type system).\n\nIt can be created using function [`hashableU`]() or [`hashable`]().\n\nThe idea of a unique identity when created is that it makes sure two hash sets would type\nmismatch if they use different comparison function"
96879687
],
9688-
"signature": "type hashable<'key, 'id> = module(Hashable\n with type identity = 'id\n with type t = 'key)"
9688+
"signature": "type hashable<'key, 'id> = module(Hashable\n with type identity = 'id\n and type t = 'key)"
96899689
},
96909690
{
96919691
"id": "Belt.Id.hashableU",

0 commit comments

Comments
 (0)