mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2025-01-07 16:58:33 +03:00
Merge pull request #26 from joelwilliamson/patch-1
Fixed type of argument to char in examples
This commit is contained in:
commit
fbf9840faf
@ -64,12 +64,12 @@ data GenLanguageDef s u m
|
||||
nestedComments :: Bool,
|
||||
|
||||
-- | This parser should accept any start characters of identifiers. For
|
||||
-- example @letter \<|> char \"_\"@.
|
||||
-- example @letter \<|> char \'_\'@.
|
||||
|
||||
identStart :: ParsecT s u m Char,
|
||||
|
||||
-- | This parser should accept any legal tail characters of identifiers.
|
||||
-- For example @alphaNum \<|> char \"_\"@.
|
||||
-- For example @alphaNum \<|> char \'_\'@.
|
||||
|
||||
identLetter :: ParsecT s u m Char,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user