Polymod should allow for arrays to be used in switch cases like in haxe:
Try haxe example:
Issues
First issue with this is: the wildcard _ doesn't work and throws an error since _ is not found in the variables
So match 1/3/4 would give this error:
Second: array definitions aren't working, might be because it isn't compared correctly:
