1{-# LANGUAGE ExplicitNamespaces #-}
2module ExplicitNamespaces2 ( f, type (++) ) where
3
4f = undefined
5