mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Update more examples to not use Nat
This commit is contained in:
parent
ef9623798b
commit
69f6d8e99a
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@ interface Community
|
|||
|
||||
Community := {
|
||||
people : List Person,
|
||||
friends : List (Set Nat),
|
||||
friends : List (Set U64),
|
||||
}
|
||||
implements [Inspect]
|
||||
|
||||
|
@ -81,4 +81,3 @@ walkFriendNames = \@Community { people, friends }, s0, nextFn ->
|
|||
|
||||
(nextFn s1 personName friendNames, id + 1)
|
||||
out
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue