summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T15778.hs
blob: 4c95d37c7c0605731c0ab4ff8c497fd620f884c9 (plain)
1
2
3
4
5
6
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeInType #-}

module T15778 where

f (x :: (Int :: a)) = True :: (Bool :: a)