Module

Bookhound.Parsers.String

Package
purescript-bookhound
Repository
albertprz/purescript-bookhound

#betweenQuotes Source

betweenQuotes :: forall b. Parser b -> Parser b

#betweenDoubleQuotes Source

betweenDoubleQuotes :: forall b. Parser b -> Parser b

#betweenParens Source

betweenParens :: forall b. Parser b -> Parser b

#betweenSquare Source

betweenSquare :: forall b. Parser b -> Parser b

#betweenCurly Source

betweenCurly :: forall b. Parser b -> Parser b

#betweenAngle Source

betweenAngle :: forall b. Parser b -> Parser b

#betweenSpacing Source

betweenSpacing :: forall b. Parser b -> Parser b

#maybeBetweenQuotes Source

maybeBetweenQuotes :: forall b. Parser b -> Parser b

#maybeBetweenDoubleQuotes Source

#maybeBetweenParens Source

maybeBetweenParens :: forall b. Parser b -> Parser b

#maybeBetweenSquare Source

maybeBetweenSquare :: forall b. Parser b -> Parser b

#maybeBetweenCurly Source

maybeBetweenCurly :: forall b. Parser b -> Parser b

#maybeBetweenAngle Source

maybeBetweenAngle :: forall b. Parser b -> Parser b

#maybeBetweenSpacing Source

maybeBetweenSpacing :: forall b. Parser b -> Parser b