tvix/eval: + doesn't work on paths

#204
Opened by grfn at 2022-10-08T19·45+00

tvix-repl> ./. + "whatever"
error[E006]: expected value of type 'number (either int or float)', but found a 'path'
 --> [tvix-repl]:1:1
  |
1 | ./. + "whatever"
  | ^^^^^^^^^^^^^^^^

  1. Duplicate of b/188.

    sterni at 2022-10-08T19·55+00

  2. sterni closed this issue at 2022-10-08T19·55+00