ormolu-0.7.2.0: data/examples/declaration/value/function/operator-hash-with-unboxed-sums.hs
{-# LANGUAGE UnboxedSums #-}
module Foo (( #<| )) where
( #<| ) :: Int -> Int -> Int
( #<| ) = (+)
(+) = (+)
{-# LANGUAGE UnboxedSums #-}
module Foo (( #<| )) where
( #<| ) :: Int -> Int -> Int
( #<| ) = (+)
(+) = (+)