cli output long
@alina
nix-repl> 1/0
/home/ckie/1/0
nix-repl> 1 /0
error: attempt to call something which is not a function but an integer: 1
at «string»:1:1:
1| 1 /0
| ^
nix-repl> 1 / 0
error:
… while calling the 'div' builtin
at «string»:1:3:
1| 1 / 0
| ^
error: division by zero
nix-repl> 1/ 0
error:
… while calling the 'div' builtin
at «string»:1:2:
1| 1/ 0
| ^
error: division by zero