packages feed

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

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

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

f x y = Point{..}