packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/BundleExport.hs

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

data P = P

data Q = Q

pattern A = P
pattern B = Q