packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/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