úÎ! Œ&     None'-.14;FHSX_`akXsmithA non-resumable toke parser.smithMove the cursor back by nC tokens. Precondition: you must have previously consumed at least n tokens.None'-.14;FHSX_`ak’ smithQConsumes and returns the next token from the input. Fails if no tokens are left. smith)Consume a token from the input or return NothingA if end of the stream has been reached. This parser never fails.smithjLooks at the next token from the input. If the token matches the predicate, consume the token and return True2. Otherwise, do not consume the token and return False,. If no tokens remain in the input, return False. This parser never fails.smithLift an effect into a parser.smithQConsumes and returns the next token from the input. Fails if no tokens are left.smithXConsumes the next token from the input. Fails if it is not equal to the expected value.smithYReturns the next token from the input without consuming it. Fails if no tokens are left.smith)Fold over the tokens, repeatedly running step followed by  separator until  separator returns 5. This is strict in the accumulator and always runs step] at least once. There is no backtracking; any failure causes the whole combinator to fail. smith,Skip tokens for which the predicate is true.smith)Fold over the tokens, repeatedly running step followed by  separator until  separator returns . The results of step( are discarded, but in conjunction with effectI, this can be used to populate an array or a builder. This always runs step at least once. ]sepBy1 sep step === step *> (sep >>= bool (pure ()) (step *> (sep >>= bool (pure ()) (...))))smith Error messagesmithExpected value of next tokensmith SeparatorsmithStepsmith Initial valuesmith Predicatesmith SeparatorsmithStep        $smith-0.1.1.0-6jHMfTqh8GB631xWAARLxx Data.ParserData.Parser.Unsafe(bytesmith-0.3.2.0-755Fjb9ZTWI5ixM39pJnrtData.Bytes.Parser.TypesSuccessFailureResultSliceParser runParser unconsume $fMonadParser$fApplicativeParser$fFunctorParseranyopt trySatisfyeffectfailtokenpeek foldSepBy1 skipWhilesepBy1parseSmallArrayparseSmallArrayEffectfullyghc-prim GHC.TypesFalse