ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/Infix.hs
infix 3 &&& (&&&) :: (Eq a) => [a] -> [a] -> [a] (&&& ) [] [] = [] xs &&& [] = xs ( &&&) [] ys = ys
infix 3 &&& (&&&) :: (Eq a) => [a] -> [a] -> [a] (&&& ) [] [] = [] xs &&& [] = xs ( &&&) [] ys = ys