purescript-0.9.1: examples/passing/ReExportQualified.purs
module Main where import Prelude import C import Control.Monad.Eff.Console (log) main = log (x <> y)
module Main where import Prelude import C import Control.Monad.Eff.Console (log) main = log (x <> y)