mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Remove Num.Natural, Num.toNat, and Num.toNatChecked
This commit is contained in:
parent
9518d76cd8
commit
fb84c9487d
4 changed files with 1 additions and 35 deletions
|
@ -9,7 +9,7 @@ app "ingested-file-bytes"
|
|||
main =
|
||||
# Due to how license is used, it will be a List U8.
|
||||
license
|
||||
|> List.map Num.toNat
|
||||
|> List.map Num.toU64
|
||||
|> List.sum
|
||||
|> Num.toStr
|
||||
|> Stdout.line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue