haskell-src-exts-1.20.0: tests/examples/ExplicitNamespaces4.hs
{-# LANGUAGE ExplicitNamespaces #-}
{-# LANGUAGE TypeOperators #-}
module Foo (type (:-)) where
data (:-) = Foo
{-# LANGUAGE ExplicitNamespaces #-}
{-# LANGUAGE TypeOperators #-}
module Foo (type (:-)) where
data (:-) = Foo