packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/Dep2.hs

{-# LANGUAGE PolyKinds, GADTs #-}

module Dep2 where

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