packages feed

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

foo :: Int
foo = 5
{-# INLINE CONLIKE foo #-}

bar :: Int
bar = 6
{-# INLINE CONLIKE bar #-}