feat(tvix/eval): compile function applications
Change-Id: I1b9230601895a1f09ef1a8037201147020b85f36 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6250 Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
1239a85e23
commit
64746388e2
3 changed files with 14 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
42
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Identity function is the simplest possible function.
|
||||
(x: x) 42
|
||||
Loading…
Add table
Add a link
Reference in a new issue