hls-pragmas-plugin-1.0.0.0: test/testdata/TypeApplications.expected.hs
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
module TypeApplications where
foo :: forall a. a -> a
foo = id @a
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
module TypeApplications where
foo :: forall a. a -> a
foo = id @a