type aliases and flatten
Closed this issue · 0 comments
gavinking commented
I have
alias Ints => [Integer*];
List<Integer>(*Ints) foo = flatten(identity<Ints>);
I get:
--- TypeError: detpl$ requires a proper Tuple {t:Tuple,a:{First$Tuple:F,Element$Tuple:E,Rest$Tuple:R}}
when I run the code.