summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7939a.hs
blob: 1ed2c5144b483664703f3bfe77d37a32c20d90d8 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies, PolyKinds #-}

module T7939a where

type family F a where
  F Int = Bool
  F Maybe = Char