test(tvix/eval): add tests for very simple closures
Change-Id: Ib8287ade4d5df6d29e1812fb2d349cee5d92ca6a Reviewed-on: https://cl.tvl.fyi/c/depot/+/6296 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
010a96e525
commit
26acc2e636
4 changed files with 4 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
16
|
|
@ -0,0 +1 @@
|
|||
(a: b: c: d: a + b + c + d) 1 3 5 7
|
|
@ -0,0 +1 @@
|
|||
7
|
|
@ -0,0 +1 @@
|
|||
(a: b: a + b) 2 5
|
Loading…
Reference in a new issue