haskell-these 1.2.1-ok1 source package in openKylin
Changelog
haskell-these (1.2.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 19:57:25 +0800
haskell-these (1.2.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 19:57:25 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | haskell |
| File | Size | SHA-256 Checksum |
|---|---|---|
| haskell-these_1.2.1.orig.tar.gz | 9.7 KiB | 17d6d933365edabf801a16842c1403bdd37cc5300faa2fcca980decdab22e4de |
| haskell-these_1.2.1-ok1.debian.tar.xz | 2.8 KiB | 3f3511dc18c8d3373cfe4f7a2a693fd429e9c206e43dc957baf87fbf223ef9a6 |
| haskell-these_1.2.1-ok1.dsc | 2.2 KiB | e7b345e5724815e7a7ffa24533c33d390d0ac94fed5a781c2fb3f518a965c308 |
Package provides a data type `These a b' which can hold a value of either
type or values of each type. This is usually thought of as an "inclusive or"
type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
(contrasting `(a, b)' as "inner join").
.
The major use case of this is provided by the Align class, representing a
generalized notion of "zipping with padding" that combines structures without
truncating to the size of the smaller input.
.
Also included is ChronicleT, a monad transformer based on the Monad instance
for `These a', along with the usual monad transformer bells and whistles.
.
This package provides a library for the Haskell programming language.
See http://
Package provides a data type `These a b' which can hold a value of either
type or values of each type. This is usually thought of as an "inclusive or"
type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
(contrasting `(a, b)' as "inner join").
.
The major use case of this is provided by the Align class, representing a
generalized notion of "zipping with padding" that combines structures without
truncating to the size of the smaller input.
.
Also included is ChronicleT, a monad transformer based on the Monad instance
for `These a', along with the usual monad transformer bells and whistles.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://
Package provides a data type `These a b' which can hold a value of either
type or values of each type. This is usually thought of as an "inclusive or"
type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
(contrasting `(a, b)' as "inner join").
.
The major use case of this is provided by the Align class, representing a
generalized notion of "zipping with padding" that combines structures without
truncating to the size of the smaller input.
.
Also included is ChronicleT, a monad transformer based on the Monad instance
for `These a', along with the usual monad transformer bells and whistles.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://