You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, list concatenation is not supported by the type system. That is because Addition only accepts NumeralType. We need to add support for list concatenation by adding a new expression (ListConcatenation), that takes two lists.
Currently, list concatenation is not supported by the type system. That is because
Additiononly acceptsNumeralType. We need to add support for list concatenation by adding a new expression (ListConcatenation), that takes two lists.