packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/export-ps-rec-sel.hs

{-# LANGUAGE PatternSynonyms #-}
module Foo( R(P,x)) where

data Q = Q Int

data R = R

pattern P{x} = Q x