mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
fix(List): export map3 from main.zig
This commit is contained in:
parent
9fc572ace9
commit
bebd96674b
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ const list = @import("list.zig");
|
|||
comptime {
|
||||
exportListFn(list.listMap, "map");
|
||||
exportListFn(list.listMap2, "map2");
|
||||
exportListFn(list.listMap3, "map3");
|
||||
exportListFn(list.listMapWithIndex, "map_with_index");
|
||||
exportListFn(list.listKeepIf, "keep_if");
|
||||
exportListFn(list.listWalk, "walk");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue