-- Right chain, normal case, 2 operators with p(a) < p(b) g :: Int g = 1 ++ 2 ++ 3 ++ 4 ^^ 5 ++ 6 ++ 7 ++ 8