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