ghc-exactprint-0.5.0.0: tests/examples/ghc8/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