summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T16728.hs
blob: f54f17ef560d9cc4f33ebff28dc1b8401d6e8b94 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE PartialTypeSignatures #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE ScopedTypeVariables #-}
module Bug where

import Data.Proxy

f :: forall k (x :: k). Proxy (x :: _)
f = Proxy