| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Parsers.String
Documentation
withinQuotes :: Parser b -> Parser b Source #
withinDoubleQuotes :: Parser b -> Parser b Source #
withinParens :: Parser b -> Parser b Source #
withinSquareBrackets :: Parser b -> Parser b Source #
withinCurlyBrackets :: Parser b -> Parser b Source #
withinAngleBrackets :: Parser b -> Parser b Source #