index
:
verified-dyn-lang-interp
icfp25
main
Artifact for https://doi.org/10.1145/3747537
Rutger Broekhoff
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
testdata
/
eval-fail-undeclared-arg.nix
blob: cafdf163627255a3e41f57cd71f0c6c3ca59159b (
about
) (
plain
) (
blame
)
1
({
x
,
z
}:
x
+
z
) {
x
=
"foo"
;
y
=
"bla"
;
z
=
"bar"
;}