Remove some of the following: fromChar, singleton, toString
sharkdp opened this issue · 1 comments
sharkdp commented
The following three functions are identical
String.fromChar :: Char -> String
String.singleton :: Char -> String
Char.toString :: Char -> StringDo we want to keep all three of them?
paf31 commented
No, I don't think so. Let's pick one and go with that. I like singleton, personally.