packages feed

hls-eval-plugin-2.4.0.0: test/testdata/T14.ghc98.expected.hs

{-# LANGUAGE TypeApplications #-}
module T14 where

foo :: Show a => a -> String
foo = show

-- >>> :type foo @Int
-- foo @Int :: Show Int => Int -> String