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

module Dep2 where

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