summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/read060.hs
blob: 1b07dfa397f947b7540ddb02746ec601f8710c5b (plain)
1
2
3
4
5
6
7
8

{-# OPTIONS_GHC -XFunctionalDependencies #-}
{-# OPTIONS_GHC -XMultiParamTypeClasses #-}

module Foo where

class Foo a b | a -> b