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
{-# LANGUAGE PartialTypeSignatures #-}
module PartialClassMethodSignature2 where
class Foo a where
foo :: (Eq a, _) => a -> a