packages feed

haskell-src-exts-1.20.0: tests/examples/T11727.hs

{-# LANGUAGE PatternSynonyms #-}

module T11727 where

pattern A,B :: Int
pattern A = 5
pattern B = 5