packages feed

ghc-exactprint-0.2: tests/examples/Infix.hs

infix  3 &&&

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