purescript-0.15.15: tests/purs/passing/Module/M2.purs
module M2 where import Prelude import M1 as M1 baz :: M1.Foo -> String baz = M1.foo match :: M1.Foo -> String match = \f -> case f of M1.Foo s -> s <> "foo"
module M2 where import Prelude import M1 as M1 baz :: M1.Foo -> String baz = M1.foo match :: M1.Foo -> String match = \f -> case f of M1.Foo s -> s <> "foo"