ghc-exactprint-0.3: tests/examples/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