mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Remove redundant can
Better readability, IMO.
This commit is contained in:
parent
658491fe52
commit
ad6bd540a7
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ Num range := range
|
|||
##
|
||||
## A common use for [Nat] is to store the length ("len" for short) of a
|
||||
## collection like a [List]. 64-bit systems can represent longer
|
||||
## lists in memory than 32-bit systems can, which is why the length of a list
|
||||
## lists in memory than 32-bit systems, which is why the length of a list
|
||||
## is represented as a [Nat] in Roc.
|
||||
##
|
||||
## If any operation would result in an [Int] that is either too big
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue