We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b44d2a commit 2d66577Copy full SHA for 2d66577
hints/comparing-custom-types.md
@@ -50,7 +50,7 @@ get (Id id) (Table _ dict) =
50
add : info -> Table info -> (Table info, Id)
51
add info (Table nextId dict) =
52
( Table (nextId + 1) (Dict.insert nextId info dict)
53
- , nextId
+ , Id nextId
54
)
55
```
56
0 commit comments