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

data (+) a b = P

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