haskell-src-exts-1.24.0: tests/examples/MagicHashUnboxedTuples.hs.prettyprinter.golden
{-# LANGUAGE MagicHash, UnboxedTuples #-}
module MagicHashUnboxedTuples where
f (# x, y #) = (# a#, b #)
where a# = a#
b = b
{-# LANGUAGE MagicHash, UnboxedTuples #-}
module MagicHashUnboxedTuples where
f (# x, y #) = (# a#, b #)
where a# = a#
b = b