summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T8708.hs
blob: 17d5b090f9c76b06a90f8cc4717cdb214194cf44 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE KindSignatures #-}
module T808 where

import Data.Kind (Type)

foo :: (Int, Int :: Type)
foo = undefined