summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T16334.hs
blob: c01ef5cc16377f72ce4c50a24cce60a51237d103 (plain)
1
2
3
4
5
6
{-# LANGUAGE NamedWildCards, PartialTypeSignatures, PolyKinds, NoStarIsType #-}

module T16334 where

k :: (Int :: _t)
k = 42