fourmolu-0.0.6.0: data/examples/declaration/value/function/unboxed-sums.hs
{-# LANGUAGE UnboxedSums #-}
foo = (# 1 | #)
bar = (# | |2| #)
baz = (# |
| | 10 | | | |
| #)
{-# LANGUAGE UnboxedSums #-}
foo = (# 1 | #)
bar = (# | |2| #)
baz = (# |
| | 10 | | | |
| #)