gonix
/
tests
/
functional2
/
lang
/
eq
/
in.nix
1
2
3
[
"foobar"
(
rec
{
x
=
1
;
y
=
x
;})]
==
[(
"foo"
+
"bar"
)
({
x
=
1
;
y
=
1
;})]