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.
2 parents c481583 + ca2fee8 commit 018455dCopy full SHA for 018455d
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