packages feed

fourmolu-0.2.0.0: data/examples/declaration/signature/set-cost-centre/set-cost-centre-four-out.hs

f x y = g (x + y)
  where
    g z = z
    {-# SCC g #-}
{-# SCC f #-}

withString x y = x + y
{-# SCC withString "cost_centre_name" #-}

withString' x y = x + y
{-# SCC
    withString'
    "cost_centre_name"
    #-}