purescript-0.15.15: tests/purs/passing/Operators/Other.purs
module Other where foo :: String -> String foo s = s baz :: String -> String -> String baz s _ = s
module Other where foo :: String -> String foo s = s baz :: String -> String -> String baz s _ = s