haskell-src-exts-1.15.0.1: 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}