packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/PartialClassMethodSignature2.hs

{-# LANGUAGE PartialTypeSignatures #-}
module PartialClassMethodSignature2 where

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