aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/RecordWildCards/function-pattern.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE RecordWildCards #-}
module FunctionPattern where
data Record = Record { a :: Int, b :: Double }
fn Record{..} = ()
{- ORACLE_TEST pass -}
{-# LANGUAGE RecordWildCards #-}
module FunctionPattern where
data Record = Record { a :: Int, b :: Double }
fn Record{..} = ()