fork download
  1. xs = "abcdefghijklm"
  2. main = print $ do { x <- xs; ['^', x] }
Success #stdin #stdout 0s 6228KB
stdin
Standard input is empty
stdout
"^a^b^c^d^e^f^g^h^i^j^k^l^m"