summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9109.hs
blob: 725cb661186b85f561efa7bb63ccbe721dc7648f (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE GADTs #-}

module T9109 where

data G a where
  GBool :: G Bool

foo GBool = True