summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/Dep2.hs
blob: df1cb51e08ea9f9aca9748f56933fcbb5a8f095a (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeInType, GADTs #-}

module Dep2 where

data G (a :: k) where
  G1 :: G Int
  G2 :: G Maybe