Closed this issue 11 years ago · 1 comments
amber:4> f(x...) := 0 => <#Function> amber:5> f(x, y, z...) := 1 => <#Function> amber:6> f(1) Exception: MatchingFailed{domain = (x, y, z...) | (x...), [1]}
This bug was caused by merging %VariableLength patterns incorrectly.
%VariableLength