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