Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 5, 2024
1 parent 12bf5db commit 0f97586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/Streamly/Internal/Data/Parser/Type.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,7 @@ filter f (Parser step initial extract) = Parser step1 initial extract

where

-- XXX This is a bug. I want to see it fail in the CIs
step1 x a = if f a then step x a else return $ SPartial 0 x

-- XXX move this to ParserD.Transformer
Expand Down

0 comments on commit 0f97586

Please sign in to comment.