Deprecated

In favour of

semialign-optics

SemialignWithIndex, i.e. izipWith and ialignWith

https://github.com/isomorphism/these

Version on this page:1.1@rev:2
LTS Haskell 20.26:1.2@rev:2
Stackage Nightly 2023-04-25:1.2@rev:2
Latest on Hackage:1.2@rev:2

See all snapshots semialign-optics appears in

BSD-3-Clause licensed by C. McCann, Oleg Grenrus
Maintained by Oleg Grenrus
This version can be pinned in stack with:semialign-optics-1.1@sha256:5549ff6815b7a59c18da45843180cd02e8bbdffefb1d165ba04703e54b963304,1979

Module documentation for 1.1

This package provides SemialignWithIndex with two members

class (FunctorWithIndex i f, Semialign f) => SemialignWithIndex i f | f -> i where
    ialignWith :: (i -> These a b -> c) -> f a -> f b -> f c
class (SemialignWithIndex i f, Zip f) => ZipWithIndex i f | f -> i where
    izipWith   :: (i -> a -> b -> c)    -> f a -> f b -> f c

Superclass FunctorWithIndex is from optics-extra package. See https://hackage.haskell.org/package/semialign-indexed for lens variant.

Changes

1.1

Initial release