summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail170.hs
blob: 1e7838cb4380d8223be3c44ed7597898f7b5523c (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies #-}

module ShouldFail where

class C a b | a -> b

instance C [p] [q]
	-- Coverage condition fails