2023-12-15 21:52:21 +02:00
|
|
|
error:
|
|
|
|
… from call site
|
|
|
|
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:1:
|
|
|
|
1| (x: x x) (x: x x)
|
|
|
|
| ^
|
|
|
|
2|
|
|
|
|
|
|
|
|
… while calling anonymous lambda
|
|
|
|
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:2:
|
|
|
|
1| (x: x x) (x: x x)
|
|
|
|
| ^
|
|
|
|
2|
|
|
|
|
|
|
|
|
… from call site
|
|
|
|
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:5:
|
|
|
|
1| (x: x x) (x: x x)
|
|
|
|
| ^
|
|
|
|
2|
|
|
|
|
|
|
|
|
… while calling anonymous lambda
|
|
|
|
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:11:
|
|
|
|
1| (x: x x) (x: x x)
|
|
|
|
| ^
|
|
|
|
2|
|
|
|
|
|
|
|
|
… from call site
|
|
|
|
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:14:
|
|
|
|
1| (x: x x) (x: x x)
|
|
|
|
| ^
|
|
|
|
2|
|
|
|
|
|
2024-06-13 14:55:42 +03:00
|
|
|
(197 duplicate frames omitted)
|
2023-12-15 21:52:21 +02:00
|
|
|
|
|
|
|
error: stack overflow; max-call-depth exceeded
|
|
|
|
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:14:
|
|
|
|
1| (x: x x) (x: x x)
|
|
|
|
| ^
|
|
|
|
2|
|