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