summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/PartialClassMethodSignature2.hs
blob: d46000a88fe6b887ef4e329763c5ca049b25742a (plain)
1
2
3
4
5
{-# LANGUAGE PartialTypeSignatures #-}
module PartialClassMethodSignature2 where

class Foo a where
  foo :: (Eq a, _) => a -> a