packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/Infix.hs

infix  3 &&&

(&&&) :: (Eq a) => [a] -> [a] -> [a]
(&&& ) [] [] =  []
xs  &&&   [] =  xs
(  &&&) [] ys =  ys