purescript-0.9.1: examples/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