packages feed

fay-0.12.0.0: tests/Api/Records.hs

module Api.Records where

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