We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f68b50 commit 6dd122aCopy full SHA for 6dd122a
1 file changed
core/src/Streamly/Internal/Data/Stream/StreamK/Type.hs
@@ -770,7 +770,9 @@ instance Monoid (Stream m a) where
770
-- Functor
771
-------------------------------------------------------------------------------
772
773
--- Note eta expanded
+-- IMPORTANT: This is eta expanded on purpose. This should not be eta
774
+-- reduced. This will cause a lot of regressions, probably because of some
775
+-- rewrite rules. Ideally don't run hlint on this file.
776
{-# INLINE_LATE mapFB #-}
777
mapFB :: forall b m a.
778
(b -> Stream m b -> Stream m b)
0 commit comments