packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/record-update-chained.hs

{- ORACLE_TEST pass -}
module ExprS315RecordUpdateChained where
data R = R { a :: Int, b :: Int }
x r = r { a = 1 } { b = 2 }