Skip to content

Commit 8115288

Browse files
committed
Reformat INLINE pragma that does not parse with haskell-src-exts
1 parent 941e915 commit 8115288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Streaming/Prelude.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ last_ = loop Nothing_ where
12651265
-}
12661266
length_ :: Monad m => Stream (Of a) m r -> m Int
12671267
length_ = fold_ (\n _ -> n + 1) 0 id
1268-
{-# INLINE length_#-}
1268+
{-# INLINE length_ #-}
12691269

12701270
{-| Run a stream, keeping its length and its return value.
12711271

0 commit comments

Comments
 (0)