packages feed

hs2ats-0.2.1.10: test/data/Pair.hs

module Pair where

data Pair = Pair { first :: Int, second :: Int }