hls-eval-plugin-1.2.2.0: test/testdata/T15.ghc92_expected.hs
{-# LANGUAGE TypeApplications #-}
module T15 where
foo :: Show a => a -> String
foo = show
-- >>> :type +v foo @Int
-- foo @Int :: Show Int => Int -> String
{-# LANGUAGE TypeApplications #-}
module T15 where
foo :: Show a => a -> String
foo = show
-- >>> :type +v foo @Int
-- foo @Int :: Show Int => Int -> String