1 2 3 4 5 6 7 8
{-# OPTIONS -Woperator-whitespace #-} module T18834b where f a b = a+ b g a b = a +b h a b = a+b k a b = a + b -- this one is OK, no warning