feat(tvix/eval): Implement builtins.genList
Change-Id: Iabe28656229f508226b244d81382e517961eb3cf Reviewed-on: https://cl.tvl.fyi/c/depot/+/6901 Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
b6089fb1e5
commit
0e97555644
4 changed files with 19 additions and 0 deletions
1
tvix/eval/src/tests/tvix_tests/eval-okay-genlist.exp
Normal file
1
tvix/eval/src/tests/tvix_tests/eval-okay-genlist.exp
Normal file
|
|
@ -0,0 +1 @@
|
|||
[ 0 1 4 9 16 ]
|
||||
1
tvix/eval/src/tests/tvix_tests/eval-okay-genlist.nix
Normal file
1
tvix/eval/src/tests/tvix_tests/eval-okay-genlist.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
builtins.genList (x: x * x) 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue