Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 #
maybeWithinQuotes :: Parser b -> Parser b Source #
maybeWithinDoubleQuotes :: Parser b -> Parser b Source #
maybeWithinParens :: Parser b -> Parser b Source #
maybeWithinSquareBrackets :: Parser b -> Parser b Source #
maybeWithinCurlyBrackets :: Parser b -> Parser b Source #
maybeWithinAngleBrackets :: Parser b -> Parser b Source #