mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Remove Nat from Hash, Inspect, Encode, Decode
This commit is contained in:
parent
5b2998966b
commit
502b0fddf2
10 changed files with 22 additions and 178 deletions
|
@ -643,7 +643,7 @@ fn step_elem(
|
|||
Variable::NATURAL,
|
||||
index.to_string().into_boxed_str(),
|
||||
IntValue::I128((index as i128).to_ne_bytes()),
|
||||
IntBound::Exact(IntLitWidth::Nat),
|
||||
IntBound::Exact(IntLitWidth::U64),
|
||||
)),
|
||||
degenerate: false,
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue