summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8034.hs
blob: e432152e08a8937b0dc614987e68bd749d99fd68 (plain)
1
2
3
4
5
6
{-# LANGUAGE TypeFamilies #-}
module T8034 where

class C a where
  type F a
  foo :: F a -> F a