> coalesce(1:2, 1:3)
Error: Can't recycle `..1` (size 2) to match `..2` (size 3).

> coalesce(1:2, letters[1:2])
Error: Can't combine `..1` <integer> and `..2` <character>.

