haskell-tools-builtin-refactorings-1.0.0.0: 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