packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/T10351.hs

module T10351 where

class C a where
  op :: a -> ()

f x = op [x]