mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Update a comment
This commit is contained in:
parent
d50668db47
commit
bfe7c1b330
1 changed files with 4 additions and 0 deletions
|
@ -572,6 +572,10 @@ fn from_can<'a>(
|
|||
// It might even be the anonymous result of a conditional:
|
||||
//
|
||||
// ((if x > 0 then \a -> a else \_ -> 0) 5)
|
||||
//
|
||||
// It could be named too:
|
||||
//
|
||||
// ((if x > 0 then foo else bar) 5)
|
||||
let mut args = Vec::with_capacity_in(loc_args.len(), env.arena);
|
||||
|
||||
for (_, loc_arg) in loc_args {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue