ghc-exactprint-0.5.0.0: tests/examples/ghc8/export-class.hs
{-# LANGUAGE PatternSynonyms #-}
module Foo (MyClass(.., P)) where
pattern P = Nothing
class MyClass a where
foo :: a -> Int
{-# LANGUAGE PatternSynonyms #-}
module Foo (MyClass(.., P)) where
pattern P = Nothing
class MyClass a where
foo :: a -> Int