haskell-language-server-2.7.0.0: plugins/hls-eval-plugin/test/testdata/T14.hs
{-# LANGUAGE TypeApplications #-}
module T14 where
foo :: Show a => a -> String
foo = show
-- >>> :type foo @Int
{-# LANGUAGE TypeApplications #-}
module T14 where
foo :: Show a => a -> String
foo = show
-- >>> :type foo @Int