@hackage semialign1.2
Align and Zip type-classes from the common Semialign ancestor.
Installation
Tested Compilers
Dependencies (16)
- base >=4.5.1.0 && <4.16
- bifunctors >=5.5.4 && <5.6
- containers >=0.4.2.1 && <0.7
- ghc-prim
- hashable >=1.2.7.0 && <1.4
- indexed-traversable >=0.1.1 && <0.2 Show all…
Dependents (37)
@hackage/tinytools, @hackage/semialign-indexed, @hackage/cabal-plan, @hackage/changeset, @hackage/casa-abbreviations-and-acronyms, @hackage/reflex-backend-socket, Show all…
Package Flags
semigroupoids
(on by default)
Build with semigroupoids dependency
The major use of These of this is provided by the align member of
Semialign class, representing a generalized notion of "zipping with padding"
that combines structures without truncating to the size of the smaller input.
It turns out that zip operation fits well the Semialign class,
forming lattice-like structure.