On Wednesday, 21 October 2015 at 13:53:48 UTC, Marc Schütz wrote:
When renaming `isExpressionsTuple`, I would think it more appropriate to have "isExpressionSeq" since it's an `AliasSeq` containing only expressions and no types.This should not be renamed, because an AliasSeq that consists only of expressions _is_ a tuple.
It isn't. Not a single bit more than any other AliasSeq at least.
