packages feed

purescript-0.14.0: tests/purs/passing/ReExportsExported/B.purs

module B (module A, A(..)) where

import A

-- | Test that there's no name collision between the imported module `A` and the
-- | data constructor `A`.
data A = A