summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T11278.hs
blob: 25c43cd9d7af6399d5a2e6ca41e7b3b6521caa92 (plain)
1
2
3
4
5
6
{-# LANGUAGE ConstraintKinds #-}

module A where

type K a = (Show a, Read a)
class K a => C a where