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.
fromChar
1 parent c481583 commit ca2fee8Copy full SHA for ca2fee8
src/Data/String.purs
@@ -47,7 +47,6 @@ foreign import _charAt :: (forall a. a -> Maybe a)
47
-> Maybe Char
48
49
-- | Returns a string of length `1` containing the given character.
50
--- | Same as `fromChar`.
51
foreign import singleton :: Char -> String
52
53
-- | Returns the numeric Unicode value of the character at the given index,
0 commit comments