haskell-tools-refactor-1.0.1.1: examples/Module/NamespaceExport.hs
{-# LANGUAGE TypeOperators #-}
module Module.NamespaceExport (type (++)) where
data a ++ b = Ctor
{-# LANGUAGE TypeOperators #-}
module Module.NamespaceExport (type (++)) where
data a ++ b = Ctor