1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

do not leave pointers to the WHNF rabbit hole

these details are for the reference manual
This commit is contained in:
Valentin Gagarin 2022-10-19 11:28:37 +02:00 committed by Robert Hensing
parent 1106e43cc1
commit 8009e92f82

View file

@ -119,7 +119,6 @@ The Nix language uses lazy evaluation, and `nix repl` by default only computes v
Some examples show a fully evaluated data structure for clarity.
If your output does not match the example, try prepending `:p` to the input expression.
This will compute more of the returned value before showing it.
Example: