gonix
/
tests
/
functional2
/
lang
/
attrs-or
/
in-4.nix
1
2
3
4
5
6
7
8
let
x
=
2
;
or
=
2
;
in
[
builtins
.
add
1
x
builtins
.
add
1
or
]