summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail170.hs
blob: 66c8cf3bcc17f2dd05ddd1b93e83531bead141aa (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