mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
WIP
This commit is contained in:
parent
b8e3d4cf74
commit
bfc424c0cc
7 changed files with 77 additions and 28 deletions
|
@ -6125,6 +6125,11 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
cond
|
||||
}
|
||||
|
||||
RocReport => {
|
||||
//
|
||||
todo!()
|
||||
}
|
||||
|
||||
ListMap | ListMap2 | ListMap3 | ListMap4 | ListMapWithIndex | ListKeepIf | ListWalk
|
||||
| ListWalkUntil | ListWalkBackwards | ListKeepOks | ListKeepErrs | ListSortWith
|
||||
| ListAny | ListAll | ListFindUnsafe | DictWalk => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue