Subject: CVS commit: pkgsrc/devel/hs-dependent-sum
From: Masatake Daimon
Date: 2022-02-16 06:06:29
Message id: 20220216050629.B618BFB24@cvs.NetBSD.org

Log Message:
devel/hs-dependent-sum: import hs-dependent-sum-0.7.1.0

A dependent sum is a generalization of a particular way of thinking about
the Either type. Either a b can be thought of as a 2-tuple (tag, value),
where the value of the tag determines the type of the value. In particular,
either tag = Left and value :: a or tag = Right and value :: b.

This package allows you to define your own dependent sum types by using
your own "tag" types.

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-dependent-sum/DESCR
1.1addpkgsrc/devel/hs-dependent-sum/Makefile
1.1addpkgsrc/devel/hs-dependent-sum/PLIST
1.1addpkgsrc/devel/hs-dependent-sum/buildlink3.mk
1.1addpkgsrc/devel/hs-dependent-sum/distinfo
1.1addpkgsrc/devel/hs-dependent-sum/patches/patch-dependent-sum.cabal