packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/Dep2.hs

{-# LANGUAGE PolyKinds, GADTs #-}

module Dep2 where

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