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