From 8009e92f82036464dad2645b411ea064f31f77d0 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Wed, 19 Oct 2022 11:28:37 +0200 Subject: [PATCH] do not leave pointers to the WHNF rabbit hole these details are for the reference manual --- source/tutorials/first-steps/nix-language.md | 1 - 1 file changed, 1 deletion(-) diff --git a/source/tutorials/first-steps/nix-language.md b/source/tutorials/first-steps/nix-language.md index 76fc9e9..43d97bf 100644 --- a/source/tutorials/first-steps/nix-language.md +++ b/source/tutorials/first-steps/nix-language.md @@ -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: