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