mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Progress on updating entire compiler for snake_case
This commit is contained in:
parent
db6cc5a7b1
commit
b56fbd38e1
297 changed files with 8416 additions and 8544 deletions
|
@ -34,7 +34,7 @@ fn multi_branch_capturing() {
|
|||
f = \t, s ->
|
||||
if t
|
||||
then \{} -> 15u64
|
||||
else \{} -> Str.countUtf8Bytes s
|
||||
else \{} -> Str.count_utf8_bytes s
|
||||
|
||||
main = ((f Bool.true "abc") {}, (f Bool.false "abc") {})
|
||||
"#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue