When reading Wikipedia\'s entry on Haskell 2010 I stumbled across this:
-- using only prefix notation and n+k-patterns (no longer allowed in Haskell 2010) fa
The link provided by trinithis is correct; n+k patterns are no longer included in the Haskell spec.
For more background on n+k patterns in general, scroll about 3/5ths of the way down this page on pattern matching, or check out this short post.