packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/web3-ethereum-record-wildcard-lambda-parens.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE RecordWildCards #-}
module Web3EthereumRecordWildcardLambdaParens where
data T = T {x :: Int}
f = \T{..} -> x