summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T20661.hs-boot
blob: 906d11fc083f254c49e7e8361ddd55cc1b66092a (plain)
1
2
3
4
5
6
7
{-# LANGUAGE FunctionalDependencies #-}

module T20661 where

-- Use an empty context to signify that this is not
-- an abstract class, but a class with no methods.
class () => C a b | a -> b