Skip to content

Commit

Permalink
remove fusion comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ocramz committed Nov 25, 2020
1 parent b94bec0 commit cd3c7c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conduit/src/Data/Conduit/Combinators.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1759,8 +1759,6 @@ STREAMING(mapAccumWhile, mapAccumWhileC, mapAccumWhileS, f s)

-- | Specialized version of 'mapAccumWhile' that does not provide values downstream.
--
-- Subject to fusion
--
-- @since 1.3.4
foldWhile :: Monad m => (a -> s -> Either e s) -> s -> ConduitT a o m (Either e s)
foldWhile f = loop
Expand Down

0 comments on commit cd3c7c8

Please sign in to comment.