elixir-tablex/tablex

List expression improvement

qhwa opened this issue · 0 comments

qhwa commented

Problem

Empty list and one-element list are currently not possible.

Proposal

[]
[foo]

For multi-elements list, we can use:

[foo, bar]

Question: shall we deprecate implied list? (a,b,c)
Nope, they are useful when specifying input stubs.