packages feed

haskell-language-server-1.1.0.0: test/testdata/addPragmas/TypeApplications.hs

{-# LANGUAGE ScopedTypeVariables #-}
module TypeApplications where

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