ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/CorePragma.hs
{-# INLINE strictStream #-}
strictStream (Bitstream l v)
= {-# CORE "Strict Bitstream stream" #-}
S.concatMap stream (GV.stream v)
`S.sized`
Exact l
{-# INLINE strictStream #-}
strictStream (Bitstream l v)
= {-# CORE "Strict Bitstream stream" #-}
S.concatMap stream (GV.stream v)
`S.sized`
Exact l