Remove Num.Natural, Num.toNat, and Num.toNatChecked

This commit is contained in:
Richard Feldman 2024-01-23 12:54:46 -05:00
parent 9518d76cd8
commit fb84c9487d
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
4 changed files with 1 additions and 35 deletions

View file

@ -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