Closed
Description
purescript-parsing/src/Text/Parsing/Parser/String.purs
Lines 40 to 50 in f8dae05
This will perform a linear scan to find a match anywhere, before checking if that match is at index 0. It should probably just take whatever the length of the desired token is and check for eq
.