summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail041.hs
blob: 032e05e816125bbe58eaf7ca4781e667d6673395 (plain)
1
2
3
4
5
6
7

{-# OPTIONS_GHC -XMultiParamTypeClasses #-}

module Foo where

class Foo a b | a -> b