gonix
/
tests
/
functional2
/
lang
/
builtins.deepSeq
/
in-2.nix
1
builtins
.
deepSeq
(
let
as
=
{
x
=
123
;
y
=
as
;
};
in
as
)
456