packages feed

fourmolu-0.2.0.0: data/examples/declaration/signature/inline/conlike-four-out.hs

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

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