index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
/
eval-fail-print-limit-list.nix
blob: 14715f04d0df84d0c7a2fbab7d9a981ffcab676c (
plain
)
1
2
3
4
assert
(
let
x
=
[
1
[
2
3
4
5
6
7
8
9
x
10
11
]
12
];
in
builtins
.
deepSeq x x
);
1