semialign-indexed
Version 1.2 revision 1 uploaded by phadej.
Package meta
- Synopsis
- SemialignWithIndex, i.e. izipWith and ialignWith
- Description
This package is deprecated. It simply re-exports semialign (and adds a
lens
constraint).This package provided
SemialignWithIndex
with two membersclass (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
- Author
- C. McCann, Oleg Grenrus
- Bug reports
- n/a
- Category
- Data, These
- Copyright
- n/a
- Homepage
- https://github.com/haskellari/these
- Maintainer
- Oleg Grenrus <oleg.grenrus@iki.fi>
- Package URL
- n/a
- Stability
- n/a