summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15341.hs
blob: b84c1bbe10dc89e30c0a17da2d7e7197f03123c0 (plain)
1
2
3
4
5
6
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeFamilies #-}
module T15341 where

type family Foo (a :: k) :: k where
  Foo a = a