packages feed

ghc-exactprint-1.14.1.0: tests/examples/pre-ghc910/T10351.hs

module T10351 where

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

f x = op [x]