Open Anton-Latukha opened 3 years ago
Currently, REPL by default is in lazy mode. Strict mode prints too much.
Normally REPL should print the sane number of levels, something between 2-6.
Also strict probably should use normalizeValue, not normalForm.
normalizeValue
normalForm
Maybe distinguish thunk and cycke or just replace the <CYCLE> with honest <THUNK>.
<CYCLE>
<THUNK>
Previous discussion: https://github.com/haskell-nix/hnix/issues/663
Currently, REPL by default is in lazy mode. Strict mode prints too much.
Normally REPL should print the sane number of levels, something between 2-6.
Also strict probably should use
normalizeValue
, notnormalForm
.Maybe distinguish thunk and cycke or just replace the
<CYCLE>
with honest<THUNK>
.