ghc-exactprint-0.5.3.1: tests/examples/ghc80/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