packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/BundleExport.hs

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

data P = P

data Q = Q

pattern A = P
pattern B = Q