Hi, I have a question related to pattern guards in the syntax of Haskell 2010. Why is it not possible to combine them with a logical OR, instead of the comma that stands for a logical AND? http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#pattern-guards Thanks, TP