13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
error:
|
|
… from call site
|
|
at /pwd/in.nix:1:1:
|
|
1| ({a, b, c, d}: a + b + c + d) { }
|
|
| ^
|
|
2|
|
|
|
|
error: function 'anonymous lambda' called without required arguments 'a', 'b', 'c' and 'd'
|
|
at /pwd/in.nix:1:2:
|
|
1| ({a, b, c, d}: a + b + c + d) { }
|
|
| ^
|
|
2|
|