While using `(seq 1 2 3)` in function definitions works fine, sending directly `(seq 1 2 3)` to jetta server results in compilation error.
While using
(seq 1 2 3)in function definitions works fine, sending directly(seq 1 2 3)to jetta server results in compilation error.