summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Ppr009.hs
blob: baaeb211db60cbed2f3546d5b9d1a4371aac9305 (plain)
1
2
3
4
5
6
7
8
module Ppr009 where


{-# INLINE strictStream #-}
strictStream (Bitstream l v)
    = S.concatMap stream (GV.stream v)
      `S.sized`
      Exact l