ghc-exactprint-0.5.3.1: tests/examples/ghc80/Dep2.hs
{-# LANGUAGE PolyKinds, GADTs #-}
module Dep2 where
data G (a :: k) where
G1 :: G Int
G2 :: G Maybe
{-# LANGUAGE PolyKinds, GADTs #-}
module Dep2 where
data G (a :: k) where
G1 :: G Int
G2 :: G Maybe