in reply to Parens permutations
Update: D'oh. So that's what p= means.
1 ((2 3)) => valid ((1 2 3)) => valid 1 (((2 3))) => invalid
artist