fourmolu-0.7.0.0: data/examples/declaration/value/function/unboxed-tuples-four-out.hs
{-# LANGUAGE UnboxedTuples #-}
foo = (# 1, 2, 3 #)
bar =
(#
1
, 2
, 3
#)
unit :: (# #)
unit = (# #)
{-# LANGUAGE UnboxedTuples #-}
foo = (# 1, 2, 3 #)
bar =
(#
1
, 2
, 3
#)
unit :: (# #)
unit = (# #)