ormolu-0.8.1.1: data/examples/declaration/value/function/unboxed-tuples-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 = (# #)