haskell-src-exts-1.17.0: tests/examples/RecordInfixSelector.hs.prettyprinter.golden
module Main (main) where
data RecordWithInfixSelector = Cons{(<>) :: Int -> Int}
idRecord = Cons{(<>) = id}
module Main (main) where
data RecordWithInfixSelector = Cons{(<>) :: Int -> Int}
idRecord = Cons{(<>) = id}