summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T8856.hs
blob: 6605e479fda5c9159b8da19da3742ab1cd7dc53c (plain)
1
2
3
4
5
6
{-# LANGUAGE ScopedTypeVariables, RankNTypes, PolyKinds #-}
module T8856 where

import Data.Proxy

foo = (undefined :: Proxy a) :: forall a. Proxy a