We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d97ca commit 1369751Copy full SHA for 1369751
src/Data/String.purs
@@ -91,8 +91,8 @@ foreign import trim
91
\}" :: String -> String
92
93
foreign import joinWith
94
- "function joinWith (l) {\
95
- \ return function (s) {\
96
- \ return l.join(s);\
+ "function joinWith (s) {\
+ \ return function (xs) {\
+ \ return xs.join(s);\
97
\ };\
98
- \}" :: [String] -> String -> String
+ \}" :: String -> [String] -> String
0 commit comments