1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error:
… while evaluating x
at /pwd/in.nix:1:21:
1| let x = "" + 42; in x == "42"
| ^
2|
… while concatenating
at /pwd/in.nix:1:12:
1| let x = "" + 42; in x == "42"
| ^
2|
error: cannot coerce an integer to a string: 42
|