fourmolu-0.4.0.0: data/examples/declaration/value/function/lexical-negation.hs
{-# LANGUAGE LexicalNegation #-}
foo = -1
foo = -x
weird :: (Int -> Int) -> Int -> Int
weird x y = x -y
{-# LANGUAGE LexicalNegation #-}
foo = -1
foo = -x
weird :: (Int -> Int) -> Int -> Int
weird x y = x -y