packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/RecordWildCards/pattern.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE RecordWildCards #-}
module Pattern where

data Point = Point { x, y :: Int }

f Point{..} = x + y