ghc-exactprint-0.5.3.0: tests/examples/ghc8/RulePragma.hs
module Data.Text.Internal.Fusion.Common where
{-#
RULES "STREAM map/map fusion" forall f g s.
map f (map g s) = map (\x -> f (g x)) s
#-}
module Data.Text.Internal.Fusion.Common where
{-#
RULES "STREAM map/map fusion" forall f g s.
map f (map g s) = map (\x -> f (g x)) s
#-}