Haskell - how to pattern match on backslash character?

后端 未结 0 923
無奈伤痛
無奈伤痛 2020-12-05 03:28

I want to replace \\n with a space in a String with a recursive function using pattern matching, but I can\'t figure out how to match the \\ char.

This is my function

相关标签:
回答
  • 消灭零回复
提交回复
热议问题