summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T12938.hs
blob: 262a66b406247c45dd877f8dc0a501b2104fe34e (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE PolyKinds, TypeFamilies #-}

module Bug where

import GHC.Exts

class HasRep a where
  type Rep a :: TYPE r