nix-gh/tests/lang/eval-okay-deepseq.nix
Eelco Dolstra 0cd6596b0e Add ‘deepSeq’ primop
Note that unlike ‘lib.deepSeq’ in Nixpkgs, this handles cycles.
2014-09-22 16:05:00 +02:00

2 lines
60 B
Nix

builtins.deepSeq (let as = { x = 123; y = as; }; in as) 456