Module

Bookhound.Parsers.String

Package
purescript-bookhound
Repository
albertprz/purescript-bookhound

#withinQuotes Source

withinQuotes :: forall b. Parser b -> Parser b

#withinDoubleQuotes Source

withinDoubleQuotes :: forall b. Parser b -> Parser b

#withinParens Source

withinParens :: forall b. Parser b -> Parser b

#withinSquareBrackets Source

withinSquareBrackets :: forall b. Parser b -> Parser b

#withinCurlyBrackets Source

withinCurlyBrackets :: forall b. Parser b -> Parser b

#withinAngleBrackets Source

withinAngleBrackets :: forall b. Parser b -> Parser b

#maybeWithinQuotes Source

maybeWithinQuotes :: forall b. Parser b -> Parser b

#maybeWithinDoubleQuotes Source

#maybeWithinParens Source

maybeWithinParens :: forall b. Parser b -> Parser b

#maybeWithinSquareBrackets Source

#maybeWithinCurlyBrackets Source

#maybeWithinAngleBrackets Source