packages feed

haskell-language-server-2.7.0.0: plugins/hls-pragmas-plugin/test/testdata/TypeApplications.expected.hs

{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
module TypeApplications where

foo :: forall a. a -> a
foo = id @a