summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T12069.hs
blob: 0da87dc7e681270ce521215387b3c527b3b28189 (plain)
1
2
3
4
{-# LANGUAGE ScopedTypeVariables #-}
module T12069 where

foo (_ :: p a) = [] :: [a]