BSD-3-Clause licensed by C. McCann, Oleg Grenrus
Maintained by Oleg Grenrus
This version can be pinned in stack with:semialign-indexed-1.2@sha256:9dd8069c786e13350586b86c3bad06209f95cf990f4f10476050cfaf47713f10,1540

Module documentation for 1.2

There are no documented modules for this package.

Depends on 3 packages(full list with versions):

This package is deprecated. It simply re-exports semialign (and adds a lens constraint).

This package provided 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

Changes

1.2

  • Deprecated in favor of semialign-1.2 Indexed classes use FunctorWithIndex from indexed-traversable

1.1

  • Split ZipWithIndex out of SemialignWithIndex
  • Compatible semialign-1.1.

1

Split out of these package.