packages feed

ormolu-0.0.1.0: data/examples/declaration/value/function/negation.hs

foo :: Int
foo = (-2)

bar :: Int
bar = -2

baz :: Int
baz = - 2