ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/records-no-uni-update.hs
{-# LANGUAGE PatternSynonyms #-}
module RecordPats where
-- No updates
pattern Uni{a,b} <- (a, b)
foo = ("a","b") { a = "b" }
{-# LANGUAGE PatternSynonyms #-}
module RecordPats where
-- No updates
pattern Uni{a,b} <- (a, b)
foo = ("a","b") { a = "b" }