packages feed

fay-0.24.2.0: tests/Compile/Records.hs

module Compile.Records where

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