summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7645.hs
blob: b7a2af4ebd4e2bcee3f5633146ecc790890c97bf (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TypeOperators, KindSignatures #-}
module T7645 where

import Data.Kind

data (+) a b = P

f :: ((+) a (a :: Type), Maybe)
f = undefined