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

module Dep2 where

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