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.
singleton
1 parent 94c843b commit aa5b161Copy full SHA for aa5b161
src/Data/String/CodePoints.purs
@@ -81,7 +81,7 @@ codePointFromChar = fromEnum >>> CodePoint
81
-- | constant space and time.
82
-- |
83
-- | ```purescript
84
--- | >>> map singleton (codePointFromInt 0x1D400)
+-- | >>> map singleton (toEnum 0x1D400)
85
-- | Just "𝐀"
86
-- | ```
87
0 commit comments