summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T13391.hs
blob: 6de3c3aa40dda9e00736586d9cce58dfa9a77f95 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds, GADTs #-}

module T13391 where

data G (a :: k) where
  GInt   :: G Int
  GMaybe :: G Maybe