We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fromCharArray
2 parents 53d6e44 + f557457 commit 60b1bd3Copy full SHA for 60b1bd3
src/Text/Parsing/Parser/Combinators.purs
@@ -12,7 +12,7 @@
12
-- | ```
13
-- |
14
-- | Because Strings are not Char Arrays in PureScript `many` and `some` on Char Parsers need to
15
--- | be used in conjunction with `Data.String.fromCharArray` to achieve "Parsec-like" results.
+-- | be used in conjunction with `Data.String.CodeUnits.fromCharArray` to achieve "Parsec-like" results.
16
17
-- | ```purescript
18
-- | Text.Parsec.many (char 'x') <=> fromCharArray <$> Data.Array.many (char 'x')
0 commit comments