index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
/
eval-fail-scope-5.nix
blob: dd98246b500b5c1235de971acde143850c7f6968 (
plain
)
1
2
3
4
5
6
7
let
x
=
"a"
;
y
=
"b"
;
f
=
{
x
?
y
,
y
?
x
}:
x
+
y
;
in
f
{}