packages feed

hls-pragmas-plugin-1.0.0.0: test/testdata/TypeApplications.hs

{-# LANGUAGE ScopedTypeVariables #-}
module TypeApplications where

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