summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T18399.hs
blob: 68fb2608d4bfb3464582bb2e0d854cc73a90902a (plain)
1
2
3
4
5
module Bug where

f :: p b d -> (a -> b) -> (c -> d) -> p a c -> p b d
{-# INLINE f #-}
f = const . const . const