ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/Ppr017.hs
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE ExplicitNamespaces #-}
module Imports( f, type (+), pattern Single ) where
import GHC.TypeLits
pattern Single x = [x]
f = undefined
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE ExplicitNamespaces #-}
module Imports( f, type (+), pattern Single ) where
import GHC.TypeLits
pattern Single x = [x]
f = undefined