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:
Vincent Ambo 2022-08-24 02:54:19 +03:00 committed by tazjin
parent 1239a85e23
commit 64746388e2
3 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1 @@
42

View file

@ -0,0 +1,2 @@
# Identity function is the simplest possible function.
(x: x) 42