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