Max Alekseyev on Sat, 15 Sep 2018 23:56:35 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

concat: domain error in concat: vector = []


Hello,

Since concat(x) accepts x being a list/vector of objects to be concatenated, it is expected that concat([]) returns []. However:

? concat([])
  ***   at top-level: concat([])
  ***                 ^----------
  *** concat: domain error in concat: vector = []
  ***   Break loop: type 'break' to go back to GP prompt

What's wrong?

Regards,
Max