packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc8/T10351.hs

module T10351 where

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

f x = op [x]