hls-tactics-plugin-1.8.0.0: old/test/golden/AutoThetaRankN.expected.hs
{-# LANGUAGE RankNTypes #-}
showMe :: (forall x. Show x => x -> String) -> Int -> String
showMe f = f
showedYou :: Int -> String
showedYou = showMe (\x -> show x)
{-# LANGUAGE RankNTypes #-}
showMe :: (forall x. Show x => x -> String) -> Int -> String
showMe f = f
showedYou :: Int -> String
showedYou = showMe (\x -> show x)