mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Remove a nat
suffix
This commit is contained in:
parent
d84de324d8
commit
b21e75e359
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fn multi_branch_capturing() {
|
|||
|
||||
f = \t, s ->
|
||||
if t
|
||||
then \{} -> 15nat
|
||||
then \{} -> 15u64
|
||||
else \{} -> Str.countUtf8Bytes s
|
||||
|
||||
main = ((f Bool.true "abc") {}, (f Bool.false "abc") {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue