summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T20609c.hs
blob: 2e36f8c7e164c4906ce01e56196091e0572023d8 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE PatternSynonyms #-}

module T20609c where

pattern Pat forall = forall

pattern RPat { forall } = forall