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.
1 parent dc25d26 commit eb3ac59Copy full SHA for eb3ac59
src/Text/Parsing/StringParser.purs
@@ -12,10 +12,10 @@ import Control.Lazy (class Lazy)
12
import Data.Bifunctor (lmap)
13
import Data.Either (Either(..))
14
15
--- | A position in an input string.
+-- | A CodeUnit-based index into an input string.
16
type Pos = Int
17
18
--- | Strings are represented as a string with an index from the
+-- | Strings are represented as a string with a CodeUnit-based index from the
19
-- | start of the string.
20
-- |
21
-- | `{ str: s, pos: n }` is interpreted as the substring of `s`
0 commit comments