summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7175.hs
blob: 909834c29d4dfc51cf40f5fd59d6f930225fcd0b (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE TypeFamilies, GADTs #-}

module T7175 where

type family F a

data G1 a where
   G1C :: F Int

data G2 a where
   G2C :: F Int