summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T10351.hs
blob: 411698b397bb4997d6140054d13161b3b52f460f (plain)
1
2
3
4
5
6
module T10351 where

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

f x = op [x]