haskell-language-server-2.7.0.0: plugins/hls-splice-plugin/test/testdata/TTypeAppExp.expected.hs
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
module TTypeAppExp where
import Data.Proxy
f :: Proxy Int
f = Proxy @Int
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
module TTypeAppExp where
import Data.Proxy
f :: Proxy Int
f = Proxy @Int