packages feed

fay-0.16.0.1: tests/Compile/Records.hs

module Compile.Records where

data R = R Int Int | S { x :: Int, y :: Int }
data T = Int :+ Int