mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
commit
49fd864a2f
17 changed files with 168 additions and 10 deletions
|
@ -4308,6 +4308,12 @@ pub fn with_hole<'a>(
|
|||
let xs = arg_symbols[0];
|
||||
match_on_closure_argument!(ListAny, [xs])
|
||||
}
|
||||
ListAll => {
|
||||
debug_assert_eq!(arg_symbols.len(), 2);
|
||||
let xs = arg_symbols[0];
|
||||
match_on_closure_argument!(ListAll, [xs])
|
||||
}
|
||||
|
||||
ListKeepOks => {
|
||||
debug_assert_eq!(arg_symbols.len(), 2);
|
||||
let xs = arg_symbols[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue