haskell-tools-refactor-1.0.1.1: examples/Decl/InlinePragma.hs
module Decl.InlinePragma where
comp :: (b -> c) -> (a -> b) -> a -> c
{-# INLINE CONLIKE [~1] comp #-}
comp f g = \x -> f (g x)module Decl.InlinePragma where
comp :: (b -> c) -> (a -> b) -> a -> c
{-# INLINE CONLIKE [~1] comp #-}
comp f g = \x -> f (g x)