ghc-exactprint-0.3: tests/examples/Imports.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