packages feed

ormolu-0.0.1.0: data/examples/declaration/signature/inline/inlineable-out.hs

foo :: Int -> Int
foo = id
{-# INLINEABLE foo #-}

{-# INLINEABLE [2] bar #-}
bar :: Int -> Int
bar = id

baz :: Int -> Int
baz = id
{-# INLINEABLE [~2] baz #-}