packages feed

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

{-# LANGUAGE PatternSynonyms #-}
module BundleExport(P(.., A), Q(B)) where

data P = P

data Q = Q

pattern A = P
pattern B = Q