1 2 3 4 5 6 7
{-# LANGUAGE PolyKinds, GADTs #-} module T13391 where data G (a :: k) where GInt :: G Int GMaybe :: G Maybe