summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16456.hs
blob: 4257483c754fec8f2472630372bcc85b0ea71ff8 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds #-}
module T16456 where

data T p = MkT

foo :: T Int
foo = _