packages feed

ormolu-0.8.1.1: data/examples/declaration/value/function/unboxed-tuples.hs

{-# LANGUAGE UnboxedTuples #-}

foo = (# 1,2,3 #)
bar = (#
    1,
    2,
    3 #)

unit :: (##)
unit = (##)