The following three functions are identical ``` purs String.fromChar :: Char -> String String.singleton :: Char -> String Char.toString :: Char -> String ``` Do we want to keep all three of them?