Update other Nat usages in virtual dom

This commit is contained in:
Ayaz Hafiz 2023-01-27 17:31:49 -06:00
parent b86e4763f0
commit add50f04e4
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58
2 changed files with 3 additions and 3 deletions

View File

@ -723,7 +723,7 @@ expect
# diff
expect
State : { answer : Nat }
State : { answer : U64 }
diffStateBefore : DiffState State
diffStateBefore = {
@ -778,7 +778,7 @@ expect
# initClientAppHelp
expect
State : { answer : Nat }
State : { answer : U64 }
init = \result ->
when result is

View File

@ -43,7 +43,7 @@ Attribute state : [
CyclicStructureAccessor : [
ObjectField Str CyclicStructureAccessor,
ArrayIndex Nat CyclicStructureAccessor,
ArrayIndex U64 CyclicStructureAccessor,
SerializableValue,
]