haskell-src-exts-1.15.0.1: tests/examples/UnboxedTuples.hs.prettyprinter.golden
{-# LANGUAGE UnboxedTuples #-}
module Main (main) where
foo :: (a, b) -> (#b, a#)
foo (a, b)
= case (#b, a#) of
(#b, a#) -> (#,#) b a
{-# LANGUAGE UnboxedTuples #-}
module Main (main) where
foo :: (a, b) -> (#b, a#)
foo (a, b)
= case (#b, a#) of
(#b, a#) -> (#,#) b a