úÎ ° "     None9;IParse only the label, disregarding any = value; unlabeled (attoparsec double)would parse something like  "/foo?1234"or "/foo?1234=asdf"DParse with a label, but throw the parse result of the label away; "foo" .= attoparsec doublewould parse something like "/foo?foo=1234"liftM2 for parse results between =, for instance: eoverEquals (,) (attoparsec $ double <* endOfInput) (attoparsec $ double <* endOfInput)would parse something like "/foo?1234=1234"         $quack-0.0.0.3-CbEytFjf35p4tb3yzoW9k8Data.Uri.QuackParser ParserErrorNoParsedecodeUtf8Query runParser unlabeled.= overEqualstoMaybefromUtf8 attoparsecaeson$fIsStringPieceParser$fAlternativeParser$fShowParserState$fEqParserState$fShowParserError$fEqParserError$fFunctorParser$fApplicativeParser $fMonadParser PieceParser getParser ParserStateparserStateToParseinitParserState runParser'