summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T12987.hs
blob: 0997985601f34513e5a7c6d2f885d50e29c4a77f (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeInType #-}

module T12987 where

import GHC.Exts

class NUM (a :: TYPE rep) where add :: a -> a -> a